comicpress-core/css/cp-admin.css

109 lines
1.6 KiB
CSS
Raw Normal View History

2009-11-01 18:15:59 +00:00
.cp-children {
padding-left: 20px
}
2009-11-07 22:50:47 +00:00
#children-0 {
padding-left: 0
}
2009-11-01 18:15:59 +00:00
.cp-category-info span {
cursor: move;
2009-11-13 19:45:28 +00:00
color: #33a;
font-size: 18px;
line-height: 22px
}
.cp-category-info span:hover {
color: #46d;
2009-11-01 18:15:59 +00:00
}
#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;
2009-11-13 03:13:05 +00:00
}
.image-type-holder {
border: solid #aaa 1px;
margin: 10px 0;
padding: 5px;
}
.image-type-holder table {
width: 90%
}
.image-type-editor-name input {
font-size: 1.5em;
width: 100%
}
.delete-image-type {
float: right;
display: inline;
padding: 3px;
border: solid #aaa 1px;
font-weight: bold;
color: #aaa
}
2009-11-13 19:45:28 +00:00
#add-new-image-type {
font-size: 16px;
line-height: 16px;
display: block;
margin-bottom: 10px;
}