2010-09-03 23:47:28 +00:00
|
|
|
#page-toolbar {
|
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
height: 28px;
|
|
|
|
background: transparent url('/images/admin/inline_editor/bg.png') repeat-x 0 0;
|
|
|
|
padding: 0 10px;
|
|
|
|
font-family: Helvetica;
|
2010-10-29 15:12:57 +00:00
|
|
|
-webkit-box-shadow: -3px 3px 12px rgba(0, 0, 0, 0.4);
|
|
|
|
-moz-box-shadow: -3px 3px 12px rgba(0, 0, 0, 0.4);
|
2010-10-07 00:45:41 +00:00
|
|
|
z-index: 999;
|
2010-09-03 23:47:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#page-toolbar ul {
|
|
|
|
margin-top: 3px;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-toolbar ul li.link {
|
|
|
|
float: left;
|
2010-10-30 22:30:30 +00:00
|
|
|
margin: 0 0 0 5px;
|
|
|
|
background: transparent;
|
|
|
|
padding: 0px;
|
2010-09-03 23:47:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#page-toolbar ul li.link a {
|
|
|
|
display: block;
|
|
|
|
background: transparent url('/images/admin/inline_editor/action-left.png') no-repeat 0 0;
|
2010-12-16 23:42:38 +00:00
|
|
|
height: 18px;
|
2010-10-30 22:30:30 +00:00
|
|
|
line-height: 20px;
|
2010-09-03 23:47:28 +00:00
|
|
|
padding-left: 24px;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #fff;
|
2010-10-07 00:45:41 +00:00
|
|
|
outline: none;
|
2010-10-29 15:12:57 +00:00
|
|
|
border: 0px;
|
|
|
|
font-size: 12px;
|
2010-09-03 23:47:28 +00:00
|
|
|
}
|
|
|
|
|
2010-10-29 15:12:57 +00:00
|
|
|
#page-toolbar ul li.link a:active { border: 0px; text-decoration: none; color: #fff; top: 0px; }
|
2010-09-03 23:47:28 +00:00
|
|
|
#page-toolbar ul li.link a:hover span { text-decoration: underline; }
|
|
|
|
|
|
|
|
#page-toolbar ul li.save a { background-position: 0 -21px; }
|
|
|
|
#page-toolbar ul li.cancel a { background-position: 0 -42px; }
|
|
|
|
#page-toolbar ul li.copy a { background-position: 0 -63px; }
|
|
|
|
#page-toolbar ul li.edit a { background-position: 0 -84px; }
|
|
|
|
#page-toolbar ul li.back a { background-position: 0 -105px; }
|
2010-09-05 22:50:05 +00:00
|
|
|
#page-toolbar ul li.spinner a { background-position: 0 -126px; }
|
2010-09-03 23:47:28 +00:00
|
|
|
|
|
|
|
#page-toolbar ul li.link a span {
|
|
|
|
display: block;
|
|
|
|
background: transparent url('/images/admin/inline_editor/action-right.png') no-repeat right 0;
|
2010-10-29 15:12:57 +00:00
|
|
|
height: 19px;
|
2010-09-05 22:50:05 +00:00
|
|
|
padding: 1px 10px 0 2px;
|
2010-09-03 23:47:28 +00:00
|
|
|
text-shadow: 1px 1px 1px #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-toolbar ul li.drawer {
|
|
|
|
float: left;
|
|
|
|
margin: 0 10px 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-toolbar ul li.drawer a {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
top: 6px;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
background: transparent url('/images/admin/inline_editor/drawer.png') no-repeat 0 0;
|
|
|
|
text-decoration: none;
|
2010-10-29 15:12:57 +00:00
|
|
|
border: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
2010-09-03 23:47:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#page-toolbar ul li.drawer a.off {
|
|
|
|
background-position: 0 -10px;
|
|
|
|
}
|
|
|
|
|
2010-10-29 15:12:57 +00:00
|
|
|
#page-toolbar ul li.drawer a:active { border: 0px; text-decoration: none; top: 6px; padding: 0px; }
|
|
|
|
|
2010-09-05 22:50:05 +00:00
|
|
|
#page-toolbar ul li.spinner a {
|
|
|
|
padding-left: 24px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-toolbar ul li.spinner a img {
|
|
|
|
position: absolute;
|
|
|
|
top: 3px;
|
|
|
|
left: 7px;
|
|
|
|
}
|
|
|
|
|
2010-09-03 23:47:28 +00:00
|
|
|
#page-toolbar ul li.sep { float: left; margin: 0 15px 0 10px; }
|
|
|
|
|
|
|
|
#page-toolbar ul li.sep span {
|
|
|
|
display: block;
|
|
|
|
height: 21px;
|
|
|
|
width: 1px;
|
|
|
|
background: #3a3b40;
|
|
|
|
border-left: 1px solid #56575e;
|
|
|
|
}
|
|
|
|
|
2010-10-29 15:12:57 +00:00
|
|
|
#page-toolbar ul li.clear { clear: both; }
|
|
|
|
|
|
|
|
/* ___ aloha ___ */
|
|
|
|
|
|
|
|
.x-tab-panel a.x-tab-right { border-bottom: 0px; padding-bottom: 0px; }
|
|
|
|
.x-tab-panel input[type=text] { border: 1px solid gray; border-spacing: 2px; -webkit-border-radius: 0px; -webkit-box-shadow: none; background: #fff; color: #000; padding: 2px; }
|