2010-08-27 15:40:03 +00:00
|
|
|
#editable-elements .wrapper {
|
2010-07-23 20:20:09 +00:00
|
|
|
background: #ebedf4 url(/images/admin/form/footer.png) no-repeat 0 bottom;
|
2011-07-10 17:59:54 +00:00
|
|
|
padding: 10px 0px 16px 0px;
|
2010-07-23 20:20:09 +00:00
|
|
|
border-top: 1px solid #ccced7;
|
2010-05-09 12:44:53 +00:00
|
|
|
}
|
|
|
|
|
2010-08-27 15:40:03 +00:00
|
|
|
#editable-elements {
|
2010-07-23 20:20:09 +00:00
|
|
|
background: transparent url(/images/admin/form/header.png) no-repeat 0 0;
|
2010-08-27 15:40:03 +00:00
|
|
|
margin-bottom: 20px;
|
2010-05-09 12:44:53 +00:00
|
|
|
}
|
|
|
|
|
2010-08-27 15:40:03 +00:00
|
|
|
#editable-elements .control {
|
2010-07-23 20:20:09 +00:00
|
|
|
height: 30px;
|
2010-05-09 12:44:53 +00:00
|
|
|
}
|
|
|
|
|
2010-08-27 15:40:03 +00:00
|
|
|
#editable-elements .nav {
|
2010-07-23 20:20:09 +00:00
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
z-index: 990;
|
2010-07-15 20:48:02 +00:00
|
|
|
}
|
|
|
|
|
2010-08-27 15:40:03 +00:00
|
|
|
#editable-elements .nav a {
|
2010-07-23 20:20:09 +00:00
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
height: 30px;
|
|
|
|
padding: 0px 0px 0 11px;
|
|
|
|
color: #8b8d9a;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 0.8em;
|
|
|
|
cursor: pointer;
|
|
|
|
outline: none;
|
2010-05-09 12:44:53 +00:00
|
|
|
}
|
|
|
|
|
2010-08-27 15:40:03 +00:00
|
|
|
#editable-elements .nav a span {
|
2010-07-23 20:20:09 +00:00
|
|
|
display: inline-block;
|
|
|
|
height: 26px;
|
|
|
|
padding: 4px 11px 0 0px;
|
2010-05-09 12:44:53 +00:00
|
|
|
}
|
|
|
|
|
2010-08-27 15:40:03 +00:00
|
|
|
#editable-elements .nav a:first-child { padding-left: 22px; }
|
|
|
|
#editable-elements .nav a:first-child span { padding-right: 13px; }
|
2010-05-09 12:44:53 +00:00
|
|
|
|
2010-08-27 15:40:03 +00:00
|
|
|
#editable-elements .nav a.on {
|
2010-07-23 20:20:09 +00:00
|
|
|
color: #1e1f26;
|
|
|
|
font-weight: bold;
|
|
|
|
background: transparent url(/images/admin/form/header-left-on.png) no-repeat 0 0;
|
2010-05-09 12:44:53 +00:00
|
|
|
}
|
|
|
|
|
2010-08-27 15:40:03 +00:00
|
|
|
#editable-elements .nav a.on span {
|
2010-07-23 20:20:09 +00:00
|
|
|
background: transparent url(/images/admin/form/header-right-on.png) no-repeat right 0;
|
2010-05-09 12:44:53 +00:00
|
|
|
}
|
|
|
|
|
2010-08-27 15:40:03 +00:00
|
|
|
#editable-elements .nav a:first-child.on {
|
2010-07-23 20:20:09 +00:00
|
|
|
background: transparent url(/images/admin/form/header-first-on.png) no-repeat 0 0;
|
2010-05-09 12:44:53 +00:00
|
|
|
}
|
|
|
|
|
2010-08-27 15:40:03 +00:00
|
|
|
#editable-elements .wrapper ul li fieldset { margin-bottom: 0px; }
|
|
|
|
|
2011-07-10 17:59:54 +00:00
|
|
|
#editable-elements .wrapper ul li fieldset ol { margin-top: 0px; border-top: 0px; background: #EBEDF4; }
|