From a4fb5aafdf290308966a2311d28a70a6ddfb4802 Mon Sep 17 00:00:00 2001 From: Peter Martischka Date: Thu, 8 Apr 2010 02:43:36 +0200 Subject: Reduced the height of the docbar about 5px --- etherpad/src/static/css/pad2_ejs.css | 23 ++++++++++++--------- .../src/static/img/jun09/pad/icon_time_slider.gif | Bin 92 -> 74 bytes etherpad/src/static/img/jun09/pad/padtop5.gif | Bin 3917 -> 3872 bytes etherpad/src/static/img/jun09/pad/padtopback2.gif | Bin 384 -> 372 bytes etherpad/src/static/img/jun09/pad/public.gif | Bin 1141 -> 1034 bytes .../src/static/img/jun09/pad/roundcorner_left.gif | Bin 147 -> 123 bytes .../src/static/img/jun09/pad/roundcorner_right.gif | Bin 156 -> 131 bytes .../img/jun09/pad/roundcorner_right_orange.gif | Bin 196 -> 171 bytes etherpad/src/templates/pad/pad_body2.ejs | 12 ++++------- 9 files changed, 17 insertions(+), 18 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 Binary files a/etherpad/src/static/img/jun09/pad/icon_time_slider.gif and b/etherpad/src/static/img/jun09/pad/icon_time_slider.gif 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 Binary files a/etherpad/src/static/img/jun09/pad/padtop5.gif and b/etherpad/src/static/img/jun09/pad/padtop5.gif 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 Binary files a/etherpad/src/static/img/jun09/pad/padtopback2.gif and b/etherpad/src/static/img/jun09/pad/padtopback2.gif 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 Binary files a/etherpad/src/static/img/jun09/pad/public.gif and b/etherpad/src/static/img/jun09/pad/public.gif 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 Binary files a/etherpad/src/static/img/jun09/pad/roundcorner_left.gif and b/etherpad/src/static/img/jun09/pad/roundcorner_left.gif 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 Binary files a/etherpad/src/static/img/jun09/pad/roundcorner_right.gif and b/etherpad/src/static/img/jun09/pad/roundcorner_right.gif 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 Binary files a/etherpad/src/static/img/jun09/pad/roundcorner_right_orange.gif and b/etherpad/src/static/img/jun09/pad/roundcorner_right_orange.gif differ diff --git a/etherpad/src/templates/pad/pad_body2.ejs b/etherpad/src/templates/pad/pad_body2.ejs index 3322997..0eb9029 100644 --- a/etherpad/src/templates/pad/pad_body2.ejs +++ b/etherpad/src/templates/pad/pad_body2.ejs @@ -122,23 +122,19 @@ limitations under the License. */ %> <% } /* isProAccountHolder */ %> - Pad Options - + Pad Options - Import/Export - + Import/Export - Saved revisions - + Saved revisions - Time Slider - + Time Slider -- cgit v1.2.3-1-g7c22