Browse Source

Merge pull request #8937 from owncloud/design-sizing

Layout fixes
remotes/origin/ldap_group_count
Morris Jobke 12 years ago
parent
commit
1037533a9e
  1. 2
      core/css/apps.css
  2. 2
      core/css/styles.css

2
core/css/apps.css

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

2
core/css/styles.css

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

Loading…
Cancel
Save