summaryrefslogtreecommitdiffstats
path: root/etherpad/src/static
diff options
context:
space:
mode:
authorPeter Martischka <petermartischka@googlemail.com>2010-04-08 02:43:36 +0200
committerPeter Martischka <pita@pitapoison.de>2010-04-08 02:43:36 +0200
commita4fb5aafdf290308966a2311d28a70a6ddfb4802 (patch)
treec83f8fc925a88b5cb3f9f9c0ea138aaeb5c61a91 /etherpad/src/static
parentb4d372d62ff134de6879cd288f50f75a3290d317 (diff)
downloadetherpad-a4fb5aafdf290308966a2311d28a70a6ddfb4802.tar.gz
etherpad-a4fb5aafdf290308966a2311d28a70a6ddfb4802.tar.bz2
etherpad-a4fb5aafdf290308966a2311d28a70a6ddfb4802.zip
Reduced the height of the docbar about 5px
Diffstat (limited to 'etherpad/src/static')
-rw-r--r--etherpad/src/static/css/pad2_ejs.css23
-rw-r--r--etherpad/src/static/img/jun09/pad/icon_time_slider.gifbin92 -> 74 bytes
-rw-r--r--etherpad/src/static/img/jun09/pad/padtop5.gifbin3917 -> 3872 bytes
-rw-r--r--etherpad/src/static/img/jun09/pad/padtopback2.gifbin384 -> 372 bytes
-rw-r--r--etherpad/src/static/img/jun09/pad/public.gifbin1141 -> 1034 bytes
-rw-r--r--etherpad/src/static/img/jun09/pad/roundcorner_left.gifbin147 -> 123 bytes
-rw-r--r--etherpad/src/static/img/jun09/pad/roundcorner_right.gifbin156 -> 131 bytes
-rw-r--r--etherpad/src/static/img/jun09/pad/roundcorner_right_orange.gifbin196 -> 171 bytes
8 files changed, 13 insertions, 10 deletions
diff --git a/etherpad/src/static/css/pad2_ejs.css b/etherpad/src/static/css/pad2_ejs.css
index a7a01c2..08e95d2 100644
--- a/etherpad/src/static/css/pad2_ejs.css
+++ b/etherpad/src/static/css/pad2_ejs.css
@@ -63,7 +63,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
#shuttingdown { position: relative; zoom: 1; border: 1px solid #992;
background: #ffc; padding: 0.6em; font-size: 1.2em; margin-top: 6px; }
-#docbar { margin-top: 6px; height: 30px; position: relative; zoom: 1;
+#docbar { margin-top: 6px; height: 25px; position: relative; zoom: 1;
background: #fbfbfb url(/static/img/jun09/pad/padtopback2.gif) repeat-x 0 -31px; }
.docbarbutton
@@ -71,6 +71,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
padding: 2px;
border-left: 1px solid #CCC;
white-space: nowrap;
+ vertical-align: top;
}
.docbarbutton img
@@ -78,9 +79,9 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
border: 0px;
width: 13px;
height: 13px;
- position: relative;
- top: 2px;
margin-right: 2px;
+ position:relative;
+ top: 3px;
}
.docbarbutton a
@@ -89,7 +90,9 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
text-decoration: none;
color: #444;
font-weight: bold;
- float: right;
+ margin:0 2px;
+ position:relative;
+ top: 1px;
}
.docbarbutton.highlight
@@ -109,18 +112,18 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
#docbarpadtitle { position: absolute; height: auto; left: 9px;
width: 280px; font-size: 1.6em; color: #444; font-weight: normal;
- line-height: 22px; margin-left: 2px; height: 22px; top: 4px;
+ line-height: 22px; margin-left: 2px; height: 22px; top: 2px;
overflow: hidden; text-overflow: ellipsis /*not supported in FF*/;
white-space:nowrap; }
.docbar-public #docbarpadtitle { padding-left: 22px;
background: url(/static/img/jun09/pad/public.gif) no-repeat left center; }
-#docbarrenamelink { position: absolute; top: 9px;
+#docbarrenamelink { position: absolute; top: 6px;
font-size: 1.1em; display: none; }
#docbarrenamelink a { color: #999; }
#docbarrenamelink a:hover { color: #48d; }
#padtitlebuttons { position: absolute; width: 74px; zoom: 1;
- height: 17px; top: 6px; left: 170px; display: none;
+ height: 17px; top: 4px; left: 170px; display: none;
background: url(/static/img/jun09/pad/ok_or_cancel.gif) 0px 0px; }
#padtitlesave { position: absolute; display: block;
height: 0; padding-top: 17px; overflow: hidden;
@@ -128,8 +131,8 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
#padtitlecancel { position: absolute; display: block;
height: 0; padding-top: 17px; overflow: hidden;
width: 35px; right: 0; top: 0; }
-#padtitleedit { position: absolute; top: 4px; left: 5px;
- height: 17px; padding: 2px; font-size: 1.4em;
+#padtitleedit { position: absolute; top: 2px; left: 5px;
+ height: 15px; padding: 2px; font-size: 1.4em;
background: white; border-left: 1px solid #c3c3c3;
border-top: 1px solid #c3c3c3;
border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;
@@ -512,7 +515,7 @@ table#otheruserstable { display: none; }
/* We don't ever actually hide the wrapper, even when the panel is
cloased, so that its contents can always be manipulated accurately. */
.dbpanel-wrapper { position: absolute;
- overflow: hidden; /* animated: */ height: 0; top: 30px; /* /animated */
+ overflow: hidden; /* animated: */ height: 0; top: 25px; /* /animated */
z-index: 51; zoom: 1; }
.dbpanel-panel { position: absolute; bottom: 0; width: 100%; }
diff --git a/etherpad/src/static/img/jun09/pad/icon_time_slider.gif b/etherpad/src/static/img/jun09/pad/icon_time_slider.gif
index 2006186..5e4b4ab 100644
--- a/etherpad/src/static/img/jun09/pad/icon_time_slider.gif
+++ b/etherpad/src/static/img/jun09/pad/icon_time_slider.gif
Binary files differ
diff --git a/etherpad/src/static/img/jun09/pad/padtop5.gif b/etherpad/src/static/img/jun09/pad/padtop5.gif
index a163f30..e6e071d 100644
--- a/etherpad/src/static/img/jun09/pad/padtop5.gif
+++ b/etherpad/src/static/img/jun09/pad/padtop5.gif
Binary files differ
diff --git a/etherpad/src/static/img/jun09/pad/padtopback2.gif b/etherpad/src/static/img/jun09/pad/padtopback2.gif
index eb92358..db46567 100644
--- a/etherpad/src/static/img/jun09/pad/padtopback2.gif
+++ b/etherpad/src/static/img/jun09/pad/padtopback2.gif
Binary files differ
diff --git a/etherpad/src/static/img/jun09/pad/public.gif b/etherpad/src/static/img/jun09/pad/public.gif
index e6f09c7..ac3093b 100644
--- a/etherpad/src/static/img/jun09/pad/public.gif
+++ b/etherpad/src/static/img/jun09/pad/public.gif
Binary files differ
diff --git a/etherpad/src/static/img/jun09/pad/roundcorner_left.gif b/etherpad/src/static/img/jun09/pad/roundcorner_left.gif
index c023c36..000de75 100644
--- a/etherpad/src/static/img/jun09/pad/roundcorner_left.gif
+++ b/etherpad/src/static/img/jun09/pad/roundcorner_left.gif
Binary files differ
diff --git a/etherpad/src/static/img/jun09/pad/roundcorner_right.gif b/etherpad/src/static/img/jun09/pad/roundcorner_right.gif
index 456b156..97acfbf 100644
--- a/etherpad/src/static/img/jun09/pad/roundcorner_right.gif
+++ b/etherpad/src/static/img/jun09/pad/roundcorner_right.gif
Binary files differ
diff --git a/etherpad/src/static/img/jun09/pad/roundcorner_right_orange.gif b/etherpad/src/static/img/jun09/pad/roundcorner_right_orange.gif
index 884c87b..717e3fc 100644
--- a/etherpad/src/static/img/jun09/pad/roundcorner_right_orange.gif
+++ b/etherpad/src/static/img/jun09/pad/roundcorner_right_orange.gif
Binary files differ