63 lines
1 KiB
CSS
63 lines
1 KiB
CSS
.panel_wrapper div.current {
|
|
height: 475px;
|
|
}
|
|
.panel_wrapper div.current input, .panel_wrapper div.current select {
|
|
width: 100%;
|
|
}
|
|
fieldset.image-manager {
|
|
height: 316px;
|
|
}
|
|
iframe#image-manager {
|
|
border-style: none;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
iframe#image-preview {
|
|
width: 145px;
|
|
height: 110px;
|
|
}
|
|
|
|
.noselect {
|
|
color: #888;
|
|
}
|
|
.nav {
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
|
|
font-size: 12px;
|
|
}
|
|
.nav a {
|
|
color: #0f3ccc;
|
|
text-decoration: none;
|
|
}
|
|
.nav a:hover {
|
|
color: #000080;
|
|
text-decoration: underline;
|
|
}
|
|
.nav ul, .nav li {
|
|
margin-left: 0;
|
|
padding-left: 0;
|
|
list-style: none;
|
|
}
|
|
.nav .selectLink {
|
|
color: #cc7700;
|
|
}
|
|
.nav .crumb {
|
|
color: orange;
|
|
}
|
|
.nav .crumbTrail {
|
|
padding: 3px;
|
|
background-color: #eeeeee;
|
|
-moz-border-radius: 10px;
|
|
}
|
|
.nav .traverse {
|
|
font-size: 15px;
|
|
}
|
|
div.preview {
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
div.preview img {
|
|
border-style: none;
|
|
}
|
|
|