summaryrefslogtreecommitdiff
path: root/src/static/css/admin.css
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2013-03-26 15:11:30 +0100
committerMarcel Klehr <mklehr@gmx.net>2013-03-26 15:11:30 +0100
commit638cea5fd65cb0845cbb290bcaf6630ffea76a24 (patch)
tree6fe1137ffa55f08250aa9522d7e2537157c11e30 /src/static/css/admin.css
parent981a33f01ef1c1b66a03abdc971d9bd35669b412 (diff)
downloadetherpad-lite-638cea5fd65cb0845cbb290bcaf6630ffea76a24.zip
Install and uninstall plugins with style
- Don't block the whole page when installing a plugin - allow people to search and install other plugins meanwhile Why? http://i.imgur.com/XoX6uYS.jpg
Diffstat (limited to 'src/static/css/admin.css')
-rw-r--r--src/static/css/admin.css18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/static/css/admin.css b/src/static/css/admin.css
index d1c86ac5..c65aafd0 100644
--- a/src/static/css/admin.css
+++ b/src/static/css/admin.css
@@ -36,7 +36,6 @@ div.menu li:last-child {
div.innerwrapper {
padding: 15px;
margin-left: 265px;
- position:relative; /* Allows us to position the loading indicator relative to this div */
}
#wrapper {
@@ -137,23 +136,30 @@ td, th {
display: none;
}
+#installed-plugins td>div {
+ position: relative;/* Allows us to position the loading indicator relative to this row */
+ display: inline-block; /*make this fill the whole cell*/
+}
+
.progress {
position: absolute;
top: 0; left: 0; bottom:0; right:0;
padding: auto;
- padding-top: 20%;
- background: rgba(255,255,255,0.85);
+ background: rgba(255,255,255,0.95);
display: none;
- /*border-radius: 7px;
- border: 1px solid #ddd;*/
+}
+
+#search-progress.progress {
+ padding-top: 20%;
+ background: rgba(255,255,255,0.7);
}
.progress * {
display: block;
margin: 0 auto;
text-align: center;
- color: #999;
+ color: #666;
}
.settings {