app settings: display input fields at full width

This commit is contained in:
Jan-Christoph Borchardt 2014-06-06 13:01:24 +02:00
parent 204eb256f3
commit 08b5f787cc
2 changed files with 9 additions and 4 deletions

View File

@ -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);

View File

@ -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;