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

Merge pull request #8923 from owncloud/app-settings-input

app settings: display input fields at full width
parents 5cebb6fb 08b5f787
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment