webui-aria2/css/modals.css

48 lines
882 B
CSS
Raw Normal View History

.modal-body textarea {
width: 100%;
}
.modal-advanced-title {
2016-12-30 15:55:40 +01:00
font-weight: bold;
margin-bottom: 0;
background-color: rgb(245, 245, 245);
border: 1px solid rgba(0, 0, 0, 0.05);
border-bottom: 0;
border-radius: 4px 4px 0 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
cursor: pointer;
padding: 5px 15px;
}
.modal-advanced-options {
/*width: 100%;
margin-bottom: 10px;*/
2016-12-30 15:55:40 +01:00
margin-top: 0;
margin-bottom: 2px;
background-color: rgb(245, 245, 245);
border: 1px solid rgba(0, 0, 0, 0.05);
2016-12-30 15:55:40 +01:00
border-top: 0;
border-radius: 0 0 4px 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.modal-form-input-verylarge {
2016-12-30 15:55:40 +01:00
width: 95%;
}
.modal-form-input-number {
2016-12-30 15:55:40 +01:00
width: 80px;
}
2016-12-30 15:55:40 +01:00
2017-07-25 23:03:52 +02:00
.selectFiles div .control-label {
font-weight: normal;
2016-12-30 15:55:40 +01:00
margin-left: 30px;
}
2016-12-30 15:55:40 +01:00
2017-07-25 23:03:52 +02:00
.selectFiles div .controls {
2016-12-30 15:55:40 +01:00
margin-left: 30px;
}
2017-07-29 21:59:14 +02:00
.selectFiles div.recursivedir {
width: 100%;
}