Skip to content
Snippets Groups Projects
Commit 08b5f787 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

app settings: display input fields at full width

parent 204eb256
No related branches found
No related tags found
No related merge requests found
...@@ -113,10 +113,6 @@ ...@@ -113,10 +113,6 @@
bottom: 0; bottom: 0;
} }
.app-files #app-settings input {
width: 90%;
}
#filestable tbody tr { background-color:#fff; height:40px; } #filestable tbody tr { background-color:#fff; height:40px; }
#filestable tbody tr:hover, tbody tr:active { #filestable tbody tr:hover, tbody tr:active {
background-color: rgb(240,240,240); background-color: rgb(240,240,240);
......
...@@ -190,6 +190,10 @@ ...@@ -190,6 +190,10 @@
overflow-y: auto; overflow-y: auto;
} }
/* APP-SETTINGS ---------------------------------------------------------------*/
/* settings area */ /* settings area */
#app-settings { #app-settings {
position: fixed; position: fixed;
...@@ -215,6 +219,11 @@ ...@@ -215,6 +219,11 @@
overflow-y: auto; overflow-y: auto;
} }
/* display input fields at full width */
#app-settings-content input {
width: 93%;
}
.settings-button { .settings-button {
display: block; display: block;
height: 44px; height: 44px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment