75 lines
1.2 KiB
CSS
75 lines
1.2 KiB
CSS
/* $Id$ */
|
|
|
|
th {
|
|
text-align: right;
|
|
padding-right: 0;
|
|
padding-left: 1em;
|
|
}
|
|
|
|
thead th {
|
|
text-align: right;
|
|
padding-left: 1em;
|
|
padding-right: 0.5em;
|
|
}
|
|
|
|
.item-list .icon {
|
|
float: left;
|
|
padding-left: 0;
|
|
padding-right: 0.25em;
|
|
clear: left;
|
|
}
|
|
.item-list ul li {
|
|
margin: 0 1.5em 0.25em 0;
|
|
}
|
|
|
|
.more-link {
|
|
text-align: left;
|
|
}
|
|
.more-help-link {
|
|
text-align: left;
|
|
}
|
|
.more-help-link a {
|
|
padding: 1px 20px 1px 0;
|
|
background-position: 100% 50%;
|
|
}
|
|
|
|
.block ul {
|
|
padding: 0 1em 0.25em 0;
|
|
}
|
|
|
|
ul.primary {
|
|
padding: 0 1em 0 0;
|
|
}
|
|
ul.primary li a {
|
|
margin-right: 5px;
|
|
margin-left: 0.5em;
|
|
}
|
|
ul.secondary li {
|
|
display: inline;
|
|
padding: 0 1em;
|
|
border-right: none;
|
|
border-left: 1px solid #ccc;
|
|
}
|
|
|
|
.system-themes-list-enabled .theme-selector .screenshot,
|
|
.system-themes-list-enabled .theme-selector .no-screenshot {
|
|
float: right;
|
|
margin: 0 0 0 20px;
|
|
}
|
|
.system-themes-list-disabled .theme-selector {
|
|
float: right;
|
|
padding: 20px 0 20px 20px;
|
|
}
|
|
.theme-selector .operations li {
|
|
float: right;
|
|
border-right: none;
|
|
border-left: 1px solid #cdcdcd;
|
|
}
|
|
.theme-selector .operations li.last {
|
|
padding: 0 0.7em 0 0;
|
|
border-left: none;
|
|
}
|
|
.theme-selector .operations li.first {
|
|
padding: 0 0 0 0.7em;
|
|
}
|