Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-17 20:59:39 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-17 20:59:39 +0300
commit075e2b1d1d79b2b68994004f41ef37b9b33f164b (patch)
tree27711d3c151e95899643d782fcb933b0abaf3516 /settings/css
parentc3ae01d66f46321ab79fa0a69597068e12ae72cb (diff)
improve style of 'Add group' input and button
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index e2349e9dd68..1e5e9d44055 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -55,6 +55,23 @@ table.nostyle td { padding: 0.2em 0; }
content: '+'; font-weight: bold; font-size: 150%;
}
+#newgroup-form {
+ height: 44px;
+}
+#newgroupname {
+ margin: 6px;
+ width: 95%;
+ padding-right: 32px;
+ box-sizing: border-box
+}
+#newgroup-form .button {
+ position: absolute;
+ right: 0;
+ top: 3px;
+ height: 32px;
+ width: 32px;
+}
+
.ie8 #newgroup-form .icon-add {
height: 30px;
}
@@ -78,7 +95,6 @@ span.utils .delete, .rename { display: none; }
#app-navigation ul li.active > span.utils .rename { display: block; }
#usersearchform { position: absolute; top: 2px; right: 250px; }
#usersearchform label { font-weight: 700; }
-form { display:inline; }
/* display table at full width */
table.grid {