app settings: display input fields at full width
This commit is contained in:
parent
204eb256f3
commit
08b5f787cc
|
@ -113,10 +113,6 @@
|
|||
bottom: 0;
|
||||
}
|
||||
|
||||
.app-files #app-settings input {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
#filestable tbody tr { background-color:#fff; height:40px; }
|
||||
#filestable tbody tr:hover, tbody tr:active {
|
||||
background-color: rgb(240,240,240);
|
||||
|
|
|
@ -190,6 +190,10 @@
|
|||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* APP-SETTINGS ---------------------------------------------------------------*/
|
||||
|
||||
/* settings area */
|
||||
#app-settings {
|
||||
position: fixed;
|
||||
|
@ -215,6 +219,11 @@
|
|||
overflow-y: auto;
|
||||
}
|
||||
|
||||
/* display input fields at full width */
|
||||
#app-settings-content input {
|
||||
width: 93%;
|
||||
}
|
||||
|
||||
.settings-button {
|
||||
display: block;
|
||||
height: 44px;
|
||||
|
|
Loading…
Reference in New Issue