mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
adding bootstrap layout.
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
.masterControls {
|
||||
margin-top: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.checkboxColumn {
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
width: 600px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table input[type="text"], table input[type="date"], table select {
|
||||
margin: 2px 2px;
|
||||
}
|
||||
|
||||
td .path {
|
||||
width: 290px;
|
||||
}
|
||||
|
||||
td .backlogSetting {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
td .quality {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
th .footer-control {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
th .footer-control-quality {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
td .start-date {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
th .footer-control-boolean {
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
th .footer-control-start-date {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
|
||||
#stylized, .settingsForm {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#stylized {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#changesOverview {
|
||||
margin-top: 15px;
|
||||
float: left;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
#seriesEditorGrid tfoot {
|
||||
background-color: lightgrey;
|
||||
}
|
||||
|
||||
#editToggleMaster {
|
||||
margin-left: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user