Merge pull request #8937 from owncloud/design-sizing

Layout fixes
This commit is contained in:
Morris Jobke 2014-06-08 12:31:24 +02:00
commit 1037533a9e
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@
}
/* display input fields at full width */
#app-settings-content input {
#app-settings-content input[type='text'] {
width: 93%;
}

View File

@ -305,7 +305,7 @@ input[type="submit"].enabled {
color: #888;
position: absolute;
text-align: center;
top: 50%;
top: 30%;
width: 100%;
}