[Pkg-owncloud-commits] [owncloud] 21/58: LDAP: make sure port input box is not getting too small on low width
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 15:58:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.0.6
in repository owncloud.
commit a24b6a352a4c1a00f51691fa7098c9eb7c577401
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Mon Jul 6 13:09:26 2015 +0200
LDAP: make sure port input box is not getting too small on low width
---
apps/user_ldap/css/settings.css | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css
index 8f33945..9c67c81 100644
--- a/apps/user_ldap/css/settings.css
+++ b/apps/user_ldap/css/settings.css
@@ -49,13 +49,15 @@
}
#ldapWizard1 .hostPortCombinator div span {
- width: 7%;
- display: table-cell;
+ width: 14.5%;
+ display: inline-block;
text-align: right;
}
#ldapWizard1 .host {
- width: 96.5% !important;
+ width: 100%;
+ margin-left: 0;
+ margin-right: 0;
}
.tableCellInput {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list