diff options
-rw-r--r-- | etherpad/src/static/css/pad2_ejs.css | 23 | ||||
-rw-r--r-- | etherpad/src/static/img/jun09/pad/icon_time_slider.gif | bin | 92 -> 74 bytes | |||
-rw-r--r-- | etherpad/src/static/img/jun09/pad/padtop5.gif | bin | 3917 -> 3872 bytes | |||
-rw-r--r-- | etherpad/src/static/img/jun09/pad/padtopback2.gif | bin | 384 -> 372 bytes | |||
-rw-r--r-- | etherpad/src/static/img/jun09/pad/public.gif | bin | 1141 -> 1034 bytes | |||
-rw-r--r-- | etherpad/src/static/img/jun09/pad/roundcorner_left.gif | bin | 147 -> 123 bytes | |||
-rw-r--r-- | etherpad/src/static/img/jun09/pad/roundcorner_right.gif | bin | 156 -> 131 bytes | |||
-rw-r--r-- | etherpad/src/static/img/jun09/pad/roundcorner_right_orange.gif | bin | 196 -> 171 bytes | |||
-rw-r--r-- | 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 Binary files differindex 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 diff --git a/etherpad/src/static/img/jun09/pad/padtop5.gif b/etherpad/src/static/img/jun09/pad/padtop5.gif Binary files differindex a163f30..e6e071d 100644 --- a/etherpad/src/static/img/jun09/pad/padtop5.gif +++ b/etherpad/src/static/img/jun09/pad/padtop5.gif diff --git a/etherpad/src/static/img/jun09/pad/padtopback2.gif b/etherpad/src/static/img/jun09/pad/padtopback2.gif Binary files differindex eb92358..db46567 100644 --- a/etherpad/src/static/img/jun09/pad/padtopback2.gif +++ b/etherpad/src/static/img/jun09/pad/padtopback2.gif diff --git a/etherpad/src/static/img/jun09/pad/public.gif b/etherpad/src/static/img/jun09/pad/public.gif Binary files differindex e6f09c7..ac3093b 100644 --- a/etherpad/src/static/img/jun09/pad/public.gif +++ b/etherpad/src/static/img/jun09/pad/public.gif diff --git a/etherpad/src/static/img/jun09/pad/roundcorner_left.gif b/etherpad/src/static/img/jun09/pad/roundcorner_left.gif Binary files differindex c023c36..000de75 100644 --- a/etherpad/src/static/img/jun09/pad/roundcorner_left.gif +++ b/etherpad/src/static/img/jun09/pad/roundcorner_left.gif diff --git a/etherpad/src/static/img/jun09/pad/roundcorner_right.gif b/etherpad/src/static/img/jun09/pad/roundcorner_right.gif Binary files differindex 456b156..97acfbf 100644 --- a/etherpad/src/static/img/jun09/pad/roundcorner_right.gif +++ b/etherpad/src/static/img/jun09/pad/roundcorner_right.gif diff --git a/etherpad/src/static/img/jun09/pad/roundcorner_right_orange.gif b/etherpad/src/static/img/jun09/pad/roundcorner_right_orange.gif Binary files differindex 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 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 */ %> <td id="docbaroptions-outer" class="docbarbutton"> <a href="javascript:void(0)" id="docbaroptions"> - <img src="/static/img/jun09/pad/icon_pad_options.gif">Pad Options - </a> + <img src="/static/img/jun09/pad/icon_pad_options.gif">Pad Options</a> </td> <td id="docbarimpexp-outer" class="docbarbutton"> <a href="javascript:void(0)" id="docbarimpexp"> - <img src="/static/img/jun09/pad/icon_import_export.gif">Import/Export - </a> + <img src="/static/img/jun09/pad/icon_import_export.gif">Import/Export</a> </td> <td id="docbarsavedrevs-outer" class="docbarbutton"> <a href="javascript:void(0)" id="docbarsavedrevs"> - <img src="/static/img/jun09/pad/icon_saved_revisions.gif">Saved revisions - </a> + <img src="/static/img/jun09/pad/icon_saved_revisions.gif">Saved revisions</a> </td> <td id="docbarslider-outer" class="docbarbutton highlight"> <a target="_blank" href="/ep/pad/view/<%= localPadId %>/latest" id="docbarslider"> - <img src="/static/img/jun09/pad/icon_time_slider.gif">Time Slider - </a> + <img src="/static/img/jun09/pad/icon_time_slider.gif">Time Slider</a> </td> <td><img src="/static/img/jun09/pad/roundcorner_right_orange.gif"></td> </tr> |