comicpress-core/css/cp-admin.css

68 lines
1.0 KiB
CSS
Raw Normal View History

2009-11-01 18:15:59 +00:00
.cp-children {
padding-left: 20px
}
.cp-category-info span {
cursor: move;
color: #004
}
#ordering-zoom-slider-holder {
width: 30px;
2009-11-04 02:45:56 +00:00
float: left;
display: inline;
padding-top: 25px;
background: url(../images/system-search.png) top center no-repeat;
}
#ordering-zoom-slider {
height: 150px;
width: 6px;
border: solid #ccc 1px;
background-color: #ddd;
position: relative;
margin-left: 12px
}
#ordering-zoom-handle {
height: 4px;
width: 16px;
border: solid #999 1px;
background-color: #aaa;
position: absolute;
cursor: move;
margin-left: -6px
}
2009-11-04 02:45:56 +00:00
#comic-ordering-holder {
margin-left: 35px;
}
#comic-ordering-holder img {
float: left;
display: inline;
margin-right: 5px;
}
.comic-attachment {
overflow: hidden
}
.comic-ordering {
overflow: hidden;
border: solid #ccc 1px;
padding: 5px;
margin-bottom: 10px;
}
.cp-comic-attachment {
cursor: move
}
#ordering-refresh {
background: url(../images/view-refresh.png) top left no-repeat;
width: 16px;
height: 16px;
display: block;
margin: 8px 0 0 8px;
}