2009-07-31 19:35:57 +00:00
|
|
|
/**
|
2010-03-05 15:23:25 +00:00
|
|
|
* Generic elements.
|
2009-07-31 19:35:57 +00:00
|
|
|
*/
|
|
|
|
body {
|
|
|
|
color: #000;
|
|
|
|
background: #fff;
|
2010-09-20 02:48:53 +00:00
|
|
|
font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
|
|
|
a {
|
2012-02-29 16:56:15 +00:00
|
|
|
color: #0074bd;
|
2009-07-31 19:35:57 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2009-08-19 08:17:38 +00:00
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2009-07-31 19:35:57 +00:00
|
|
|
hr {
|
2010-01-08 16:03:24 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: none;
|
|
|
|
height: 1px;
|
2011-08-22 02:38:33 +00:00
|
|
|
background: #cccccc;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2012-11-27 07:06:47 +00:00
|
|
|
summary,
|
2009-07-31 19:35:57 +00:00
|
|
|
legend {
|
|
|
|
font-weight: bold;
|
2012-11-27 07:06:47 +00:00
|
|
|
text-transform: uppercase;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2010-04-28 20:08:39 +00:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
2010-10-09 02:32:30 +00:00
|
|
|
font-weight: bold;
|
2010-01-08 16:03:24 +00:00
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
h1 {
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 1.538em;
|
2010-01-08 16:03:24 +00:00
|
|
|
}
|
|
|
|
h2 {
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 1.385em;
|
2010-01-08 16:03:24 +00:00
|
|
|
}
|
|
|
|
h3 {
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 1.231em;
|
2010-01-08 16:03:24 +00:00
|
|
|
}
|
|
|
|
h4 {
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 1.154em;
|
2010-01-08 16:03:24 +00:00
|
|
|
}
|
2010-08-14 03:01:11 +00:00
|
|
|
h5,
|
2010-01-08 16:03:24 +00:00
|
|
|
h6 {
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 1.077em;
|
2010-01-08 16:03:24 +00:00
|
|
|
}
|
|
|
|
p {
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
dl {
|
2009-07-31 19:35:57 +00:00
|
|
|
margin: 0 0 20px;
|
|
|
|
}
|
2010-01-08 16:03:24 +00:00
|
|
|
dl dd,
|
|
|
|
dl dl {
|
2011-08-22 02:38:33 +00:00
|
|
|
margin-left: 20px; /* LTR */
|
2009-07-31 19:35:57 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2010-01-08 16:03:24 +00:00
|
|
|
blockquote {
|
|
|
|
margin: 1em 40px;
|
|
|
|
}
|
|
|
|
address {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2010-04-28 20:08:39 +00:00
|
|
|
u,
|
|
|
|
ins {
|
2010-01-08 16:03:24 +00:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2010-04-28 20:08:39 +00:00
|
|
|
s,
|
|
|
|
strike,
|
|
|
|
del {
|
2010-01-08 16:03:24 +00:00
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
big {
|
|
|
|
font-size: larger;
|
|
|
|
}
|
|
|
|
small {
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
|
|
|
sub {
|
|
|
|
vertical-align: sub;
|
|
|
|
font-size: smaller;
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
sup {
|
|
|
|
vertical-align: super;
|
|
|
|
font-size: smaller;
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
nobr {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2010-04-28 20:08:39 +00:00
|
|
|
abbr,
|
|
|
|
acronym {
|
2010-01-08 16:03:24 +00:00
|
|
|
border-bottom: dotted 1px;
|
|
|
|
}
|
2010-04-28 20:08:39 +00:00
|
|
|
ul,
|
|
|
|
.item-list ul {
|
2010-01-08 16:03:24 +00:00
|
|
|
list-style-type: disc;
|
2010-01-11 06:44:31 +00:00
|
|
|
list-style-image: none;
|
2010-05-05 16:28:06 +00:00
|
|
|
margin: 0.25em 0 0.25em 1.5em; /* LTR */
|
2010-01-08 16:03:24 +00:00
|
|
|
}
|
2011-10-20 06:35:19 +00:00
|
|
|
.item-list .pager li {
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
2010-04-28 20:08:39 +00:00
|
|
|
.item-list ul li,
|
|
|
|
li.leaf,
|
|
|
|
ul.menu li {
|
2010-01-11 06:44:31 +00:00
|
|
|
list-style-type: disc;
|
|
|
|
list-style-image: none;
|
|
|
|
}
|
|
|
|
ul.menu li {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2010-01-08 16:03:24 +00:00
|
|
|
ol {
|
|
|
|
list-style-type: decimal;
|
2011-08-22 02:38:33 +00:00
|
|
|
margin: 0.25em 0 0.25em 2em; /* LTR */
|
2010-01-08 16:03:24 +00:00
|
|
|
}
|
2010-04-28 20:08:39 +00:00
|
|
|
.item-list ul li.collapsed,
|
|
|
|
ul.menu li.collapsed {
|
2010-01-11 06:44:31 +00:00
|
|
|
list-style-image:url(../../misc/menu-collapsed.png);
|
|
|
|
list-style-type:disc;
|
|
|
|
}
|
2010-04-28 20:08:39 +00:00
|
|
|
.item-list ul li.expanded,
|
|
|
|
ul.menu li.expanded {
|
2010-01-11 06:44:31 +00:00
|
|
|
list-style-image:url(../../misc/menu-expanded.png);
|
|
|
|
list-style-type:circle;
|
|
|
|
}
|
2010-04-28 20:08:39 +00:00
|
|
|
quote,
|
|
|
|
code {
|
2010-01-08 16:03:24 +00:00
|
|
|
margin: .5em 0;
|
|
|
|
}
|
2010-04-28 20:08:39 +00:00
|
|
|
code,
|
|
|
|
pre,
|
|
|
|
kbd {
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 1.231em;
|
2010-01-08 16:03:24 +00:00
|
|
|
}
|
2010-09-22 01:49:17 +00:00
|
|
|
pre {
|
|
|
|
margin: 0.5em 0;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
2010-01-08 16:03:24 +00:00
|
|
|
|
2009-11-16 05:34:24 +00:00
|
|
|
/**
|
|
|
|
* Skip link.
|
|
|
|
*/
|
|
|
|
#skip-link {
|
2009-12-01 15:29:25 +00:00
|
|
|
margin-top: 0;
|
2009-11-16 05:34:24 +00:00
|
|
|
position: absolute;
|
2011-08-22 02:38:33 +00:00
|
|
|
left: 50%; /* LTR */
|
|
|
|
margin-left: -5.25em; /* LTR */
|
2009-12-01 15:29:25 +00:00
|
|
|
width: auto;
|
2009-11-16 05:34:24 +00:00
|
|
|
z-index: 50;
|
|
|
|
}
|
2009-12-01 15:29:25 +00:00
|
|
|
#skip-link a,
|
2009-11-16 05:34:24 +00:00
|
|
|
#skip-link a:link,
|
|
|
|
#skip-link a:visited {
|
2009-12-01 15:29:25 +00:00
|
|
|
display: block;
|
|
|
|
background: #444;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 0.94em;
|
2011-08-22 02:38:33 +00:00
|
|
|
padding: 1px 10px 2px 10px; /* LTR */
|
2009-12-01 15:29:25 +00:00
|
|
|
text-decoration: none;
|
2011-01-03 07:04:48 +00:00
|
|
|
border-radius: 0 0 10px 10px;
|
2009-11-16 05:34:24 +00:00
|
|
|
}
|
|
|
|
#skip-link a:hover,
|
2010-10-30 03:52:14 +00:00
|
|
|
#skip-link a:focus,
|
|
|
|
#skip-link a:active {
|
|
|
|
outline: 0;
|
2009-11-16 05:34:24 +00:00
|
|
|
}
|
|
|
|
|
2009-07-31 19:35:57 +00:00
|
|
|
/**
|
|
|
|
* Branding.
|
|
|
|
*/
|
|
|
|
#branding {
|
|
|
|
overflow: hidden;
|
2011-08-22 02:38:33 +00:00
|
|
|
padding: 20px 20px 0 20px; /* LTR */
|
2009-07-31 19:35:57 +00:00
|
|
|
position: relative;
|
|
|
|
background-color: #e0e0d8;
|
|
|
|
}
|
2012-08-13 22:28:16 +00:00
|
|
|
#branding .breadcrumb {
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 0.846em;
|
2009-08-20 15:59:58 +00:00
|
|
|
padding-bottom: 5px;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Help.
|
|
|
|
*/
|
|
|
|
#help {
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 0.923em;
|
2009-07-31 19:35:57 +00:00
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
#help p {
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
#help div.more-help-link {
|
2011-08-22 02:38:33 +00:00
|
|
|
text-align: right; /* LTR */
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Page title.
|
|
|
|
*/
|
|
|
|
#page-title {
|
|
|
|
background: #333;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
#branding h1.page-title {
|
|
|
|
color: #000;
|
2010-01-11 06:44:31 +00:00
|
|
|
margin: 0;
|
2009-07-31 19:35:57 +00:00
|
|
|
padding-bottom: 10px;
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 1.385em;
|
2009-07-31 19:35:57 +00:00
|
|
|
font-weight: normal;
|
2011-08-22 02:38:33 +00:00
|
|
|
float: left; /* LTR */
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Console.
|
|
|
|
*/
|
#610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site.
2009-12-02 07:28:22 +00:00
|
|
|
#console {
|
|
|
|
margin: 9px 0 10px;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Tabs.
|
|
|
|
*/
|
|
|
|
ul.primary {
|
2011-08-22 02:38:33 +00:00
|
|
|
float: right; /* LTR */
|
2009-07-31 19:35:57 +00:00
|
|
|
border-bottom: none;
|
|
|
|
text-transform: uppercase;
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 0.923em;
|
2011-08-22 02:38:33 +00:00
|
|
|
margin: 0;
|
|
|
|
padding-top: 0;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
|
|
|
ul.primary li {
|
2011-08-22 02:38:33 +00:00
|
|
|
float: left; /* LTR */
|
2009-07-31 19:35:57 +00:00
|
|
|
list-style: none;
|
2013-01-23 19:07:36 +00:00
|
|
|
height: 2.60em;
|
2011-08-22 02:38:33 +00:00
|
|
|
margin: 0 2px;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2011-08-22 02:38:33 +00:00
|
|
|
ul.primary li a:link,
|
2009-08-27 20:33:05 +00:00
|
|
|
ul.primary li a.active,
|
2009-07-31 19:35:57 +00:00
|
|
|
ul.primary li a:active,
|
|
|
|
ul.primary li a:visited,
|
2010-04-12 17:33:35 +00:00
|
|
|
ul.primary li a:hover,
|
|
|
|
ul.primary li.active a {
|
2011-08-22 02:38:33 +00:00
|
|
|
display: block;
|
|
|
|
float: left; /* LTR */
|
2013-01-23 19:07:36 +00:00
|
|
|
padding: 0.615em 18px;
|
2009-07-31 19:35:57 +00:00
|
|
|
background-color: #a6a7a2;
|
|
|
|
color: #000;
|
|
|
|
font-weight: bold;
|
|
|
|
border-width: 1px 1px 0 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #a6a7a2;
|
2011-01-03 07:04:48 +00:00
|
|
|
border-radius: 8px 8px 0 0;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
|
|
|
ul.primary li.active a,
|
|
|
|
ul.primary li.active a.active,
|
|
|
|
ul.primary li.active a:active,
|
|
|
|
ul.primary li.active a:visited {
|
|
|
|
background-color: #fff;
|
|
|
|
border-color: #c9cac4;
|
|
|
|
}
|
|
|
|
ul.primary li a:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
ul.primary li.active a:hover {
|
|
|
|
color: #000;
|
|
|
|
}
|
2011-08-22 02:38:33 +00:00
|
|
|
.tabs-secondary {
|
2009-07-31 19:35:57 +00:00
|
|
|
clear: both;
|
2011-08-22 02:38:33 +00:00
|
|
|
}
|
|
|
|
ul.secondary {
|
|
|
|
float: right; /* LTR */
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 0.923em;
|
2011-08-22 02:38:33 +00:00
|
|
|
padding: 0 3px 5px;
|
2010-08-14 03:01:11 +00:00
|
|
|
line-height: 1.385em;
|
2009-07-31 19:35:57 +00:00
|
|
|
overflow: hidden;
|
2010-04-27 13:28:51 +00:00
|
|
|
background-color: #fff;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
|
|
|
ul.secondary li {
|
2011-08-22 02:38:33 +00:00
|
|
|
margin: 0 5px;
|
2011-10-10 00:49:22 +00:00
|
|
|
float: none; /* LTR */
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
|
|
|
ul.secondary li a {
|
2010-04-27 13:28:51 +00:00
|
|
|
background-color: #ddd;
|
|
|
|
color: #000;
|
2011-08-22 02:38:33 +00:00
|
|
|
display: inline-block;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
|
|
|
ul.secondary li a,
|
|
|
|
ul.secondary li a:hover,
|
|
|
|
ul.secondary li.active a,
|
|
|
|
ul.secondary li.active a.active {
|
2010-04-27 13:28:51 +00:00
|
|
|
padding: 2px 10px;
|
2011-01-03 07:04:48 +00:00
|
|
|
border-radius: 7px;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2010-04-27 13:28:51 +00:00
|
|
|
ul.secondary li a:hover,
|
2009-07-31 19:35:57 +00:00
|
|
|
ul.secondary li.active a,
|
|
|
|
ul.secondary li.active a.active {
|
|
|
|
color: #fff;
|
|
|
|
background: #666;
|
|
|
|
}
|
2011-08-22 02:38:33 +00:00
|
|
|
#content {
|
|
|
|
clear: left;
|
|
|
|
}
|
2013-01-23 19:07:36 +00:00
|
|
|
@media screen and (max-width:56.538em) { /* 735px */
|
|
|
|
.touch #branding {
|
|
|
|
padding-right: 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.touch ul.primary {
|
|
|
|
clear: both;
|
|
|
|
float: none;
|
|
|
|
margin-bottom: -3px;
|
|
|
|
overflow-x: scroll;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
white-space: nowrap;
|
|
|
|
padding-right: 40px;
|
|
|
|
}
|
|
|
|
.touch #branding:after {
|
|
|
|
background-image: -moz-linear-gradient(360deg, rgba(224, 224, 216, 0), #E0E0D8 80%);
|
|
|
|
background-image: -o-linear-gradient(360deg, rgba(224, 224, 216, 0), #E0E0D8 80%);
|
|
|
|
background-image: -webkit-linear-gradient(360deg, rgba(224, 224, 216, 0), #E0E0D8 80%);
|
|
|
|
background-image: linear-gradient(360deg, rgba(224, 224, 216, 0), #E0E0D8 80%);
|
|
|
|
content: ' ';
|
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
height: 40px;
|
|
|
|
width: 80px;
|
|
|
|
position: relative;
|
|
|
|
right: 0;
|
|
|
|
top: -40px;
|
|
|
|
margin-bottom: -40px;
|
|
|
|
}
|
|
|
|
.touch ul.primary li {
|
|
|
|
float: none;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.touch ul.primary li a:link,
|
|
|
|
.touch ul.primary li a.active,
|
|
|
|
.touch ul.primary li a:active,
|
|
|
|
.touch ul.primary li a:visited,
|
|
|
|
.touch ul.primary li a:hover,
|
|
|
|
.touch ul.primary li.active a {
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2009-07-31 19:35:57 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Page layout.
|
|
|
|
*/
|
|
|
|
#page {
|
|
|
|
background: #fff;
|
|
|
|
color: #333;
|
2012-09-26 18:26:15 +00:00
|
|
|
margin-left: 0.8125em;
|
|
|
|
margin-right: 0.8125em;
|
|
|
|
padding: 20px 0 40px 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
@media screen and (min-width:28.125em) { /* 450px */
|
|
|
|
#page {
|
|
|
|
margin-left: 1.25em;
|
|
|
|
margin-right: 1.25em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (min-width:45em) { /* 720px */
|
|
|
|
#page {
|
|
|
|
margin-left: 2.5em;
|
|
|
|
margin-right: 2.5em;
|
|
|
|
}
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2010-01-11 06:44:31 +00:00
|
|
|
ul.links li,
|
|
|
|
ul.inline li {
|
2011-08-22 02:38:33 +00:00
|
|
|
padding-right: 1em; /* LTR */
|
2009-12-13 19:48:53 +00:00
|
|
|
}
|
2010-01-08 16:03:24 +00:00
|
|
|
ul.inline li {
|
|
|
|
display: inline;
|
|
|
|
}
|
2012-11-06 13:42:12 +00:00
|
|
|
.admin-list {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.admin-list li {
|
2009-07-31 19:35:57 +00:00
|
|
|
position: relative;
|
2009-08-21 07:59:47 +00:00
|
|
|
border-top: 1px solid #ccc;
|
2012-11-06 13:42:12 +00:00
|
|
|
margin: 0;
|
2009-07-31 19:35:57 +00:00
|
|
|
list-style-type: none;
|
|
|
|
list-style-image: none;
|
2010-01-11 06:44:31 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
2012-11-06 13:42:12 +00:00
|
|
|
.admin-list.compact li {
|
2010-01-11 06:44:31 +00:00
|
|
|
border: none;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2012-11-06 13:42:12 +00:00
|
|
|
.admin-list li a {
|
|
|
|
background: url(images/list-item.png) no-repeat 9px 11px; /* LTR */
|
|
|
|
display: block;
|
|
|
|
padding: 9px 9px 9px 39px; /* LTR */
|
2009-11-20 04:27:40 +00:00
|
|
|
min-height: 0;
|
|
|
|
}
|
2012-11-06 13:42:12 +00:00
|
|
|
.admin-list.compact li a {
|
|
|
|
background-image: none;
|
|
|
|
padding: 2px 19px;
|
2010-01-11 06:44:31 +00:00
|
|
|
}
|
2012-11-06 13:42:12 +00:00
|
|
|
.admin-list li a:hover,
|
|
|
|
.admin-list li a:focus,
|
|
|
|
.admin-list li a:active {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.admin-list li a:hover .label,
|
|
|
|
.admin-list li a:focus .label,
|
|
|
|
.admin-list li a:active .label {
|
|
|
|
text-decoration: underline;
|
2009-11-20 04:27:40 +00:00
|
|
|
}
|
2010-09-19 18:25:43 +00:00
|
|
|
div.submitted {
|
|
|
|
color: #898989;
|
|
|
|
}
|
2009-11-20 04:27:40 +00:00
|
|
|
|
2009-07-31 19:35:57 +00:00
|
|
|
/**
|
|
|
|
* Tables.
|
|
|
|
*/
|
|
|
|
table {
|
|
|
|
width: 100%;
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 0.923em;
|
2009-07-31 19:35:57 +00:00
|
|
|
margin: 0 0 10px;
|
|
|
|
border: 1px solid #bebfb9;
|
|
|
|
}
|
|
|
|
table td,
|
|
|
|
table th {
|
|
|
|
vertical-align: middle;
|
2010-01-04 12:34:31 +00:00
|
|
|
padding: 8px 10px;
|
2010-05-01 07:57:37 +00:00
|
|
|
border: 0;
|
|
|
|
color: #000;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2010-04-28 20:08:39 +00:00
|
|
|
tr.even,
|
|
|
|
tr.odd {
|
2009-07-31 19:35:57 +00:00
|
|
|
border-width: 0 1px 0 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #bebfb9;
|
|
|
|
background: #f3f4ee;
|
|
|
|
}
|
|
|
|
tr.odd {
|
|
|
|
background: #fff;
|
|
|
|
}
|
2010-04-26 13:33:43 +00:00
|
|
|
tr.drag {
|
|
|
|
background: #fe7;
|
|
|
|
}
|
|
|
|
tr.drag-previous {
|
|
|
|
background: #ffb;
|
|
|
|
}
|
2009-07-31 19:35:57 +00:00
|
|
|
table th {
|
|
|
|
text-transform: uppercase;
|
|
|
|
background: #e1e2dc;
|
|
|
|
font-weight: normal;
|
2009-11-23 01:41:43 +00:00
|
|
|
border-width: 1px;
|
2009-07-31 19:35:57 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-color: #bebfb9;
|
2010-01-04 12:34:31 +00:00
|
|
|
padding: 3px 10px;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
|
|
|
table th.active {
|
|
|
|
background: #bdbeb9;
|
|
|
|
}
|
|
|
|
table th a {
|
|
|
|
display: block;
|
2009-11-27 07:09:56 +00:00
|
|
|
position: relative;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2010-10-15 04:37:15 +00:00
|
|
|
table th.active a {
|
|
|
|
padding: 0 25px 0 0; /* LTR */
|
|
|
|
}
|
2009-07-31 19:35:57 +00:00
|
|
|
table th.active img {
|
2009-11-27 07:09:56 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 3px;
|
2011-08-22 02:38:33 +00:00
|
|
|
right: 3px; /* LTR */
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2012-04-17 03:09:18 +00:00
|
|
|
/**
|
|
|
|
* Force browsers to calculate the width of a 'select all' TH element.
|
|
|
|
*/
|
|
|
|
table th.select-all {
|
|
|
|
width: 1px;
|
|
|
|
}
|
2009-07-31 19:35:57 +00:00
|
|
|
table td.active {
|
|
|
|
background: #e9e9dd;
|
|
|
|
}
|
|
|
|
table tr.odd td.active {
|
|
|
|
background: #f3f4ee;
|
|
|
|
}
|
|
|
|
table tr.selected td.active,
|
|
|
|
table tr.selected td {
|
|
|
|
background: #ffc;
|
|
|
|
border-color: #eeb;
|
|
|
|
}
|
2012-05-25 05:42:59 +00:00
|
|
|
|
2010-05-05 16:41:57 +00:00
|
|
|
table.system-status-report tr {
|
2010-08-05 06:53:13 +00:00
|
|
|
border-bottom: 1px solid #ccc;
|
2010-05-05 16:41:57 +00:00
|
|
|
}
|
2010-08-05 06:53:13 +00:00
|
|
|
table.system-status-report tr.ok {
|
|
|
|
color: #255b1e;
|
|
|
|
background-color: #e5ffe2;
|
2010-05-05 16:41:57 +00:00
|
|
|
}
|
2010-08-05 06:53:13 +00:00
|
|
|
table.system-status-report tr.warning {
|
|
|
|
color: #840;
|
|
|
|
background-color: #fffce5;
|
2010-05-05 16:41:57 +00:00
|
|
|
}
|
2010-08-05 06:53:13 +00:00
|
|
|
table.system-status-report tr.error {
|
|
|
|
color: #8c2e0b;
|
|
|
|
background-color: #fef5f1;
|
2010-05-05 16:41:57 +00:00
|
|
|
}
|
2012-05-25 05:42:59 +00:00
|
|
|
|
2010-11-23 01:58:21 +00:00
|
|
|
/**
|
|
|
|
* Exception for webkit bug with the right border of the last cell
|
|
|
|
* in some tables, since it's webkit only, we can use :last-child
|
|
|
|
*/
|
|
|
|
tr td:last-child {
|
2011-08-22 02:38:33 +00:00
|
|
|
border-right: 1px solid #bebfb9; /* LTR */
|
2010-11-23 01:58:21 +00:00
|
|
|
}
|
2010-08-05 06:53:13 +00:00
|
|
|
|
|
|
|
|
2012-09-26 18:26:15 +00:00
|
|
|
/**
|
|
|
|
* Responsive tables.
|
|
|
|
*/
|
|
|
|
@media screen and (max-width:28.125em) { /* 450px */
|
|
|
|
th.priority-low,
|
|
|
|
td.priority-low,
|
|
|
|
th.priority-medium,
|
|
|
|
td.priority-medium {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width:45em) { /* 720px */
|
|
|
|
th.priority-low,
|
|
|
|
td.priority-low {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2012-11-27 07:06:47 +00:00
|
|
|
|
2009-07-31 19:35:57 +00:00
|
|
|
/**
|
2012-11-27 07:06:47 +00:00
|
|
|
* Collapsible details.
|
2009-07-31 19:35:57 +00:00
|
|
|
*/
|
2012-11-27 07:06:47 +00:00
|
|
|
details {
|
|
|
|
line-height: 1.295em;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2012-11-27 07:06:47 +00:00
|
|
|
details summary {
|
|
|
|
padding-top: 0.5em;
|
|
|
|
padding-bottom: 0.5em;
|
2009-08-12 11:32:07 +00:00
|
|
|
}
|
2009-07-31 19:35:57 +00:00
|
|
|
|
2010-03-03 19:46:26 +00:00
|
|
|
/**
|
|
|
|
* Form elements.
|
|
|
|
*/
|
|
|
|
.form-item {
|
2012-11-27 07:06:47 +00:00
|
|
|
margin: 1em 0;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2010-03-03 19:46:26 +00:00
|
|
|
.form-type-checkbox {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.form-item label {
|
2009-07-31 19:35:57 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2010-03-03 19:46:26 +00:00
|
|
|
.form-item label.option {
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 0.923em;
|
2011-09-28 15:37:33 +00:00
|
|
|
text-transform: none;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2010-03-03 19:46:26 +00:00
|
|
|
.form-item label.option input {
|
2009-07-31 19:35:57 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2010-07-31 04:01:51 +00:00
|
|
|
.form-disabled input.form-autocomplete,
|
|
|
|
.form-disabled input.form-text,
|
2012-01-19 12:55:48 +00:00
|
|
|
.form-disabled input.form-tel,
|
2012-03-02 07:29:16 +00:00
|
|
|
.form-disabled input.form-email,
|
2012-03-08 15:13:41 +00:00
|
|
|
.form-disabled input.form-url,
|
2012-03-27 06:17:38 +00:00
|
|
|
.form-disabled input.form-search,
|
2012-04-07 02:35:00 +00:00
|
|
|
.form-disabled input.form-number,
|
2012-07-07 20:21:18 +00:00
|
|
|
.form-disabled input.form-color,
|
2010-09-01 03:10:42 +00:00
|
|
|
.form-disabled input.form-file,
|
2010-07-31 04:01:51 +00:00
|
|
|
.form-disabled textarea.form-textarea,
|
|
|
|
.form-disabled select.form-select {
|
|
|
|
background-color: #eee;
|
|
|
|
color: #777;
|
|
|
|
}
|
2009-07-31 19:35:57 +00:00
|
|
|
|
|
|
|
/* Filter */
|
|
|
|
.filter-wrapper {
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 0.923em;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
|
|
|
ul.tips,
|
|
|
|
div.description,
|
2010-03-03 19:46:26 +00:00
|
|
|
.form-item div.description {
|
2009-07-31 19:35:57 +00:00
|
|
|
margin: 5px 0;
|
2010-08-14 03:01:11 +00:00
|
|
|
line-height: 1.231em;
|
|
|
|
font-size: 0.923em;
|
2009-07-31 19:35:57 +00:00
|
|
|
color: #666;
|
|
|
|
}
|
2010-01-11 06:44:31 +00:00
|
|
|
ul.tips li {
|
2011-08-22 02:38:33 +00:00
|
|
|
margin: 0.25em 0 0.25em 1.5em; /* LTR */
|
2010-01-11 06:44:31 +00:00
|
|
|
}
|
2010-04-28 20:08:39 +00:00
|
|
|
body div.form-type-radio div.description,
|
|
|
|
body div.form-type-checkbox div.description {
|
2011-08-22 02:38:33 +00:00
|
|
|
margin-left: 1.5em; /* LTR */
|
2009-09-05 06:07:58 +00:00
|
|
|
}
|
2013-01-02 12:00:25 +00:00
|
|
|
.button {
|
2012-11-21 19:37:44 +00:00
|
|
|
cursor: pointer;
|
|
|
|
padding: 4px 17px;
|
2009-07-31 19:35:57 +00:00
|
|
|
color: #5a5a5a;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: normal;
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 1.077em;
|
2009-07-31 19:35:57 +00:00
|
|
|
font-family: "Lucida Grande", Verdana, sans-serif;
|
|
|
|
border: 1px solid #e4e4e4;
|
|
|
|
border-bottom: 1px solid #b4b4b4;
|
2011-08-22 02:38:33 +00:00
|
|
|
border-left-color: #d2d2d2;
|
|
|
|
border-right-color: #d2d2d2;
|
2012-11-21 19:37:44 +00:00
|
|
|
background-color: #e4e4e4;
|
2011-01-03 07:04:48 +00:00
|
|
|
border-radius: 20px;
|
#610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site.
2009-12-02 07:28:22 +00:00
|
|
|
text-decoration: none;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2013-01-02 12:00:25 +00:00
|
|
|
.button:focus,
|
|
|
|
.button:hover {
|
2012-11-21 19:37:44 +00:00
|
|
|
background-color: #c0c0c0;
|
2012-09-04 21:36:10 +00:00
|
|
|
border: 1px solid #bebebe;
|
|
|
|
border-left-color: #afafaf;
|
|
|
|
border-right-color: #afafaf;
|
|
|
|
border-bottom-color: #9b9b9b;
|
|
|
|
color: #2e2e2e;
|
2013-01-02 12:00:25 +00:00
|
|
|
text-decoration: none;
|
2012-09-04 21:36:10 +00:00
|
|
|
}
|
2013-01-02 12:00:25 +00:00
|
|
|
.button:active {
|
2012-11-21 19:37:44 +00:00
|
|
|
background-color: #565656;
|
2012-09-04 21:36:10 +00:00
|
|
|
border: 1px solid #333;
|
|
|
|
border-left-color: #222;
|
|
|
|
border-right-color: #222;
|
|
|
|
border-bottom-color: #111;
|
2009-07-31 19:35:57 +00:00
|
|
|
color: #fff;
|
2013-01-02 12:00:25 +00:00
|
|
|
text-decoration: none;
|
2011-08-22 02:38:33 +00:00
|
|
|
text-shadow: #222 0 -1px 0;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2013-01-02 12:00:25 +00:00
|
|
|
.button-primary {
|
2012-11-21 19:37:44 +00:00
|
|
|
background-color: #9dcae7;
|
|
|
|
border: 1px solid #8eB7cd;
|
|
|
|
border-bottom-color: #7691a2;
|
|
|
|
color: #133B54;
|
|
|
|
}
|
2013-01-02 12:00:25 +00:00
|
|
|
.button-primary:focus,
|
|
|
|
.button-primary:hover {
|
2012-11-21 19:37:44 +00:00
|
|
|
background-color: #73b3dd;
|
|
|
|
border: 1px solid #6ea3bf;
|
|
|
|
border-bottom-color: #4680a0;
|
|
|
|
}
|
2013-01-02 12:00:25 +00:00
|
|
|
.button-primary:active {
|
2012-11-21 19:37:44 +00:00
|
|
|
background-color: #3981b1;
|
|
|
|
border: 1px solid #36647c;
|
|
|
|
border-bottom-color: #284657;
|
|
|
|
}
|
2013-01-02 12:00:25 +00:00
|
|
|
.button-disabled,
|
|
|
|
.button-disabled:active,
|
|
|
|
.button[disabled],
|
|
|
|
.button[disabled]:active {
|
2012-11-21 19:37:44 +00:00
|
|
|
background-color: #eee;
|
2010-07-31 04:01:51 +00:00
|
|
|
border-color: #eee;
|
|
|
|
text-shadow: none;
|
|
|
|
color: #999;
|
|
|
|
}
|
2009-07-31 19:35:57 +00:00
|
|
|
input.form-autocomplete,
|
|
|
|
input.form-text,
|
2012-01-19 12:55:48 +00:00
|
|
|
input.form-tel,
|
2012-03-02 07:29:16 +00:00
|
|
|
input.form-email,
|
2012-03-08 15:13:41 +00:00
|
|
|
input.form-url,
|
2012-03-27 06:17:38 +00:00
|
|
|
input.form-search,
|
2012-04-07 02:35:00 +00:00
|
|
|
input.form-number,
|
2012-07-07 20:21:18 +00:00
|
|
|
input.form-color,
|
2010-09-01 03:10:42 +00:00
|
|
|
input.form-file,
|
2009-07-31 19:35:57 +00:00
|
|
|
textarea.form-textarea,
|
|
|
|
select.form-select {
|
|
|
|
padding: 2px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-top-color: #999;
|
|
|
|
background: #fff;
|
|
|
|
color: #333;
|
2011-12-30 12:02:50 +00:00
|
|
|
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
transition: border linear 0.2s, box-shadow linear 0.2s;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
|
|
|
input.form-text:focus,
|
2012-01-19 12:55:48 +00:00
|
|
|
input.form-tel:focus,
|
2012-03-02 07:29:16 +00:00
|
|
|
input.form-email:focus,
|
2012-03-08 15:13:41 +00:00
|
|
|
input.form-url:focus,
|
2012-03-27 06:17:38 +00:00
|
|
|
input.form-search:focus,
|
2012-04-07 02:35:00 +00:00
|
|
|
input.form-number:focus,
|
2012-07-07 20:21:18 +00:00
|
|
|
input.form-color:focus,
|
2010-09-01 03:10:42 +00:00
|
|
|
input.form-file:focus,
|
2009-07-31 19:35:57 +00:00
|
|
|
textarea.form-textarea:focus,
|
|
|
|
select.form-select:focus {
|
|
|
|
color: #000;
|
2011-12-30 12:02:50 +00:00
|
|
|
border-color: rgba(0, 116, 189, 0.8);
|
|
|
|
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(220, 220, 220, 0.4);
|
|
|
|
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(220, 220, 220, 0.4);
|
|
|
|
outline-color: rgba(0, 116, 189, 0.5);
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2012-01-25 02:00:59 +00:00
|
|
|
.js input.form-autocomplete {
|
2009-07-31 19:35:57 +00:00
|
|
|
background-position: 100% 4px;
|
|
|
|
}
|
2012-01-25 02:00:59 +00:00
|
|
|
.js input.throbbing {
|
2009-07-31 19:35:57 +00:00
|
|
|
background-position: 100% -16px;
|
|
|
|
}
|
2013-01-02 12:00:25 +00:00
|
|
|
.button-action {
|
2012-12-08 23:15:03 +00:00
|
|
|
background: #1078d4;
|
2012-11-19 11:43:55 +00:00
|
|
|
background-image: -webkit-linear-gradient(top, #419ff1, #1076d5);
|
|
|
|
background-image: -moz-linear-gradient(top, #419ff1, #1076d5);
|
|
|
|
background-image: -o-linear-gradient(top, #419ff1, #1076d5);
|
|
|
|
background-image: linear-gradient(to bottom, #419ff1, #1076d5);
|
|
|
|
border: 1px solid #0048c8;
|
|
|
|
border-radius: .4em;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
|
|
|
|
color: #fff;
|
|
|
|
font-size: 1em;
|
|
|
|
line-height: normal;
|
|
|
|
margin: 0;
|
|
|
|
padding: 4px 1em;
|
|
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
|
|
|
|
}
|
2013-01-02 12:00:25 +00:00
|
|
|
.button-action:focus,
|
|
|
|
.button-action:hover {
|
2012-11-19 11:43:55 +00:00
|
|
|
background-color: #419cf1;
|
|
|
|
background-image: -webkit-linear-gradient(top, #59abf3, #2a90ef);
|
|
|
|
background-image: -moz-linear-gradient(top, #59abf3, #2a90ef);
|
|
|
|
background-image: -o-linear-gradient(top, #59abf3, #2a90ef);
|
|
|
|
background-image: linear-gradient(to bottom, #59abf3, #2a90ef);
|
2013-01-02 12:00:25 +00:00
|
|
|
border: 1px solid #0048c8;
|
2012-11-19 11:43:55 +00:00
|
|
|
color: #fff;
|
2009-08-22 19:58:28 +00:00
|
|
|
}
|
2013-01-02 12:00:25 +00:00
|
|
|
.button-action:active {
|
2012-11-19 11:43:55 +00:00
|
|
|
background-color: #0e69be;
|
|
|
|
background-image: -webkit-linear-gradient(top, #0e69be, #2a93ef);
|
|
|
|
background-image: -moz-linear-gradient(top, #0e69be, #2a93ef);
|
|
|
|
background-image: -o-linear-gradient(top, #0e69be, #2a93ef);
|
|
|
|
background-image: -ms-linear-gradient(top, #0e69be, #2a93ef);
|
|
|
|
background-image: linear-gradient(to bottom, #0e69be, #2a93ef);
|
2013-01-02 12:00:25 +00:00
|
|
|
border: 1px solid #0048c8;
|
2012-11-19 11:43:55 +00:00
|
|
|
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25);
|
|
|
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25);
|
2009-08-23 01:05:12 +00:00
|
|
|
}
|
|
|
|
|
2012-10-13 01:04:42 +00:00
|
|
|
/**
|
|
|
|
* Improve form element usability on narrow devices.
|
|
|
|
*/
|
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
#page {
|
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
input.form-autocomplete,
|
|
|
|
input.form-text,
|
|
|
|
input.form-tel,
|
|
|
|
input.form-email,
|
|
|
|
input.form-url,
|
|
|
|
input.form-search,
|
|
|
|
input.form-number,
|
|
|
|
input.form-color,
|
|
|
|
input.form-file,
|
|
|
|
textarea.form-textarea,
|
|
|
|
.form-select {
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-01-24 19:47:45 +00:00
|
|
|
input.form-number {
|
|
|
|
width: auto;
|
|
|
|
}
|
2012-10-13 01:04:42 +00:00
|
|
|
input.form-autocomplete,
|
|
|
|
input.form-text,
|
|
|
|
input.form-tel,
|
|
|
|
input.form-email,
|
|
|
|
input.form-url,
|
|
|
|
input.form-search,
|
|
|
|
input.form-number,
|
|
|
|
input.form-color,
|
|
|
|
input.form-file,
|
|
|
|
textarea.form-textarea {
|
|
|
|
font-size: 1.2em;
|
|
|
|
line-height: 1.2em;
|
|
|
|
}
|
|
|
|
.form-actions input,
|
|
|
|
.form-wrapper input[type="submit"] {
|
|
|
|
float: none;
|
2013-01-02 12:00:25 +00:00
|
|
|
margin-left: 0;
|
2012-10-13 01:04:42 +00:00
|
|
|
margin-right: 0;
|
|
|
|
margin-top: 10px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-01-25 19:49:49 +00:00
|
|
|
.form-actions input:first-child,
|
|
|
|
.form-wrapper input[type="submit"]:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2012-10-13 01:04:42 +00:00
|
|
|
.exposed-filters .filters,
|
|
|
|
.exposed-filters .form-item label,
|
|
|
|
.exposed-filters .form-select {
|
|
|
|
float: none;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2012-11-27 07:06:47 +00:00
|
|
|
details summary {
|
2012-10-13 01:04:42 +00:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
#dblog-filter-form .form-actions {
|
|
|
|
float: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2013-01-28 21:54:39 +00:00
|
|
|
div.password-confirm,
|
|
|
|
.password-strength {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
.confirm-parent,
|
|
|
|
.password-parent {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2012-10-13 01:04:42 +00:00
|
|
|
}
|
|
|
|
|
2009-07-31 19:35:57 +00:00
|
|
|
/* Exceptions */
|
|
|
|
#diff-inline-form select,
|
2010-01-11 06:44:31 +00:00
|
|
|
div.filter-options select {
|
2009-07-31 19:35:57 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* System.
|
|
|
|
*/
|
2012-03-27 07:04:31 +00:00
|
|
|
@media screen and (min-width: 40em) {
|
|
|
|
div.admin .right,
|
|
|
|
div.admin .left {
|
|
|
|
width: 49%;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
|
|
|
div.admin-panel,
|
|
|
|
div.admin-panel .body {
|
|
|
|
padding: 0;
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
div.admin-panel {
|
|
|
|
margin: 0 0 20px;
|
|
|
|
padding: 9px;
|
|
|
|
background: #f8f8f8;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
2010-01-11 06:44:31 +00:00
|
|
|
div.admin-panel h3 {
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 0.923em;
|
2009-07-31 19:35:57 +00:00
|
|
|
text-transform: uppercase;
|
2009-08-21 07:59:47 +00:00
|
|
|
margin: 0;
|
2009-07-31 19:35:57 +00:00
|
|
|
padding-bottom: 9px;
|
|
|
|
}
|
|
|
|
|
2009-12-01 00:39:35 +00:00
|
|
|
/* admin/appearance */
|
2010-01-11 06:44:31 +00:00
|
|
|
#system-themes-page h2 {
|
2009-12-01 00:39:35 +00:00
|
|
|
font-weight: normal;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2010-01-11 06:44:31 +00:00
|
|
|
.theme-selector h3 {
|
2009-12-01 00:39:35 +00:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
2010-01-11 06:44:31 +00:00
|
|
|
.theme-default h3 {
|
2009-12-01 00:39:35 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2010-01-11 06:44:31 +00:00
|
|
|
.system-themes-list-enabled .theme-selector h3 {
|
2009-12-01 00:39:35 +00:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2009-07-31 19:35:57 +00:00
|
|
|
/* Update options. */
|
|
|
|
div.admin-options {
|
|
|
|
background: #f8f8f8;
|
|
|
|
line-height: 30px;
|
|
|
|
height: 30px;
|
|
|
|
padding: 9px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
div.admin-options label {
|
|
|
|
text-transform: uppercase;
|
2010-08-14 03:01:11 +00:00
|
|
|
font: 0.846em/1.875em Lucida Grande, Lucida Sans Unicode, sans-serif;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
|
|
|
div.admin-options label,
|
|
|
|
div.admin-options div.form-item {
|
2011-08-22 02:38:33 +00:00
|
|
|
margin-right: 10px; /* LTR */
|
|
|
|
float: left; /* LTR */
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
|
|
|
div.admin-options div.form-item {
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2009-08-08 19:19:21 +00:00
|
|
|
/* Update status */
|
|
|
|
.versions table.version {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2009-11-19 03:11:53 +00:00
|
|
|
/* Maintenance theming */
|
2012-09-15 19:37:25 +00:00
|
|
|
body.in-maintenance #sidebar-first {
|
|
|
|
float: left; /* LTR */
|
|
|
|
max-width: 200px;
|
|
|
|
width: 25%;
|
2009-11-19 03:11:53 +00:00
|
|
|
}
|
|
|
|
body.in-maintenance #content {
|
2012-09-15 19:37:25 +00:00
|
|
|
float: right; /* LTR */
|
|
|
|
max-width: 550px;
|
2011-08-22 02:38:33 +00:00
|
|
|
clear: none;
|
2012-09-15 19:37:25 +00:00
|
|
|
width: 72%;
|
2009-11-19 03:11:53 +00:00
|
|
|
}
|
|
|
|
body.in-maintenance #page {
|
2012-09-15 19:37:25 +00:00
|
|
|
max-width: 770px;
|
2009-11-19 03:11:53 +00:00
|
|
|
margin: 0 auto;
|
2012-09-15 19:37:25 +00:00
|
|
|
padding-top: 2em;
|
|
|
|
width: 90%;
|
2009-11-19 03:11:53 +00:00
|
|
|
}
|
|
|
|
body.in-maintenance #branding h1 {
|
2012-09-15 19:37:25 +00:00
|
|
|
max-width: 770px;
|
2009-11-19 03:11:53 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
float: none;
|
2012-09-15 19:37:25 +00:00
|
|
|
width: 90%;
|
2009-11-19 03:11:53 +00:00
|
|
|
}
|
2009-11-23 22:30:41 +00:00
|
|
|
body.in-maintenance .form-radios .form-type-radio {
|
|
|
|
padding: 2px 0;
|
2009-11-19 03:11:53 +00:00
|
|
|
}
|
2009-12-07 05:08:12 +00:00
|
|
|
body.in-maintenance div.form-item:after {
|
|
|
|
content: "";
|
|
|
|
display: none;
|
|
|
|
clear: none;
|
|
|
|
}
|
2009-11-19 03:11:53 +00:00
|
|
|
body.in-maintenance .form-submit {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
body.in-maintenance #logo {
|
|
|
|
margin-bottom: 1.5em;
|
2012-01-10 04:18:55 +00:00
|
|
|
max-width: 180px;
|
2009-11-19 03:11:53 +00:00
|
|
|
}
|
2012-09-15 19:37:25 +00:00
|
|
|
@media all and (max-width: 768px) {
|
|
|
|
body.in-maintenance #sidebar-first,
|
|
|
|
body.in-maintenance #content {
|
2012-12-29 08:52:15 +00:00
|
|
|
float: none;
|
2012-09-15 19:37:25 +00:00
|
|
|
max-width: none;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
2009-11-19 03:11:53 +00:00
|
|
|
ol.task-list {
|
|
|
|
margin-left: 0; /* LTR */
|
|
|
|
list-style-type: none;
|
|
|
|
list-style-image: none;
|
|
|
|
}
|
|
|
|
ol.task-list li {
|
2009-11-21 18:18:21 +00:00
|
|
|
padding: 0.5em 1em 0.5em 20px; /* LTR */
|
2009-11-19 03:11:53 +00:00
|
|
|
color: #adadad;
|
|
|
|
}
|
|
|
|
ol.task-list li.active {
|
|
|
|
background: transparent url(images/task-item.png) no-repeat 3px 50%; /* LTR */
|
|
|
|
padding: 0.5em 1em 0.5em 20px; /* LTR */
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
ol.task-list li.done {
|
2011-08-22 02:38:33 +00:00
|
|
|
background: transparent url(images/task-check.png) no-repeat 0 50%;
|
2009-11-19 03:11:53 +00:00
|
|
|
color: green;
|
|
|
|
}
|
2012-12-29 08:52:15 +00:00
|
|
|
body.in-maintenance #branding .step-indicator {
|
|
|
|
display: none;
|
|
|
|
}
|
2012-09-15 19:37:25 +00:00
|
|
|
@media all and (max-width: 768px) {
|
2012-12-29 08:52:15 +00:00
|
|
|
ol.task-list,
|
|
|
|
body.in-maintenance #logo {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
body.in-maintenance #branding h1 {
|
2012-09-15 19:37:25 +00:00
|
|
|
float: left;
|
2012-12-29 08:52:15 +00:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
body.in-maintenance #branding .step-indicator {
|
|
|
|
display: block;
|
|
|
|
float: right;
|
2012-09-15 19:37:25 +00:00
|
|
|
}
|
|
|
|
}
|
2009-11-19 03:11:53 +00:00
|
|
|
|
2009-07-31 19:35:57 +00:00
|
|
|
/* Overlay theming */
|
#610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site.
2009-12-02 07:28:22 +00:00
|
|
|
.overlay #branding {
|
|
|
|
background-color: #fff;
|
|
|
|
padding-top: 15px;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
#610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site.
2009-12-02 07:28:22 +00:00
|
|
|
.overlay #branding h1.page-title,
|
2010-01-11 06:44:31 +00:00
|
|
|
.overlay #left,
|
|
|
|
.overlay #footer {
|
2009-07-31 19:35:57 +00:00
|
|
|
display: none;
|
|
|
|
}
|
#610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site.
2009-12-02 07:28:22 +00:00
|
|
|
.overlay #page {
|
2009-07-31 19:35:57 +00:00
|
|
|
margin: 0;
|
2010-01-11 06:44:31 +00:00
|
|
|
padding: 0 20px;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2012-08-13 22:28:16 +00:00
|
|
|
.overlay #branding .breadcrumb {
|
2011-08-22 02:38:33 +00:00
|
|
|
float: left; /* LTR */
|
#610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site.
2009-12-02 07:28:22 +00:00
|
|
|
position: relative;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
2010-08-14 03:01:11 +00:00
|
|
|
#overlay-tabs {
|
2010-10-07 17:38:34 +00:00
|
|
|
bottom: -1px;
|
2010-08-14 03:01:11 +00:00
|
|
|
font-size: 1.54em;
|
|
|
|
line-height: 1.54em;
|
|
|
|
margin: 0;
|
|
|
|
}
|
#610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site.
2009-12-02 07:28:22 +00:00
|
|
|
.overlay ul.secondary {
|
|
|
|
background: transparent none;
|
2011-08-22 02:38:33 +00:00
|
|
|
margin: -1.4em 0 0.3em 0; /* LTR */
|
|
|
|
overflow: visible;
|
#610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site.
2009-12-02 07:28:22 +00:00
|
|
|
}
|
|
|
|
.overlay #content {
|
|
|
|
padding: 0;
|
2009-07-31 19:35:57 +00:00
|
|
|
}
|
2010-10-09 02:32:30 +00:00
|
|
|
h1#overlay-title {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2009-10-17 01:15:40 +00:00
|
|
|
|
|
|
|
/* Shortcut theming */
|
2009-11-11 06:56:52 +00:00
|
|
|
div.add-or-remove-shortcuts {
|
2011-08-22 02:38:33 +00:00
|
|
|
float: left; /* LTR */
|
2009-11-11 06:56:52 +00:00
|
|
|
padding-top: 6px;
|
2011-08-22 02:38:33 +00:00
|
|
|
padding-left: 6px; /* LTR */
|
2009-10-17 01:15:40 +00:00
|
|
|
}
|
2010-01-08 20:19:43 +00:00
|
|
|
|
2010-07-17 19:19:39 +00:00
|
|
|
/* Field UI */
|
|
|
|
|
2010-09-11 00:03:42 +00:00
|
|
|
#field-display-overview input.field-formatter-settings-edit {
|
2010-07-17 19:19:39 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 1px 8px;
|
|
|
|
}
|
2010-09-11 00:03:42 +00:00
|
|
|
#field-display-overview tr.field-formatter-settings-changed {
|
2012-02-29 16:56:15 +00:00
|
|
|
background: #ffffbb;
|
2010-07-17 19:19:39 +00:00
|
|
|
}
|
2010-09-11 00:03:42 +00:00
|
|
|
#field-display-overview tr.drag {
|
2012-02-29 16:56:15 +00:00
|
|
|
background: #ffee77;
|
2010-07-17 19:19:39 +00:00
|
|
|
}
|
2010-09-11 00:03:42 +00:00
|
|
|
#field-display-overview tr.field-formatter-settings-editing {
|
2012-02-29 16:56:15 +00:00
|
|
|
background: #d5e9f2;
|
2010-07-17 19:19:39 +00:00
|
|
|
}
|
2010-09-11 00:03:42 +00:00
|
|
|
#field-display-overview .field-formatter-settings-edit-form .form-item {
|
2010-07-17 19:19:39 +00:00
|
|
|
margin: 10px 0;
|
|
|
|
}
|
2010-09-11 00:03:42 +00:00
|
|
|
#field-display-overview .field-formatter-settings-edit-form .form-submit {
|
2010-07-17 19:19:39 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
Issue #1790280 by nod_, Bojhan, Wim Leers, danillonunes, deviantintegral, Kiphaas7, benjifisher, sun, yoroy, Everett Zufelt, jenlampton, aspilicious: Module page redesign 2.0.
2012-11-21 19:35:03 +00:00
|
|
|
/* Modules page */
|
|
|
|
#system-modules fieldset {
|
|
|
|
border: 0;
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
#system-modules .fieldset-wrapper {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2012-12-19 22:11:34 +00:00
|
|
|
#system-modules table,
|
|
|
|
#locale-translation-status-form table {
|
Issue #1790280 by nod_, Bojhan, Wim Leers, danillonunes, deviantintegral, Kiphaas7, benjifisher, sun, yoroy, Everett Zufelt, jenlampton, aspilicious: Module page redesign 2.0.
2012-11-21 19:35:03 +00:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
#system-modules tr.even,
|
2012-12-19 22:11:34 +00:00
|
|
|
#system-modules tr.odd,
|
|
|
|
#locale-translation-status-form tr.even,
|
|
|
|
#locale-translation-status-form tr.odd {
|
Issue #1790280 by nod_, Bojhan, Wim Leers, danillonunes, deviantintegral, Kiphaas7, benjifisher, sun, yoroy, Everett Zufelt, jenlampton, aspilicious: Module page redesign 2.0.
2012-11-21 19:35:03 +00:00
|
|
|
background: #f3f4ee;
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 10px solid #fff;
|
|
|
|
}
|
2012-12-19 22:11:34 +00:00
|
|
|
#system-modules tr td:last-child,
|
|
|
|
#locale-translation-status-form tr td:last-child {
|
Issue #1790280 by nod_, Bojhan, Wim Leers, danillonunes, deviantintegral, Kiphaas7, benjifisher, sun, yoroy, Everett Zufelt, jenlampton, aspilicious: Module page redesign 2.0.
2012-11-21 19:35:03 +00:00
|
|
|
border: 0;
|
|
|
|
}
|
2012-12-19 22:11:34 +00:00
|
|
|
#system-modules table th,
|
|
|
|
#locale-translation-status-form table th {
|
Issue #1790280 by nod_, Bojhan, Wim Leers, danillonunes, deviantintegral, Kiphaas7, benjifisher, sun, yoroy, Everett Zufelt, jenlampton, aspilicious: Module page redesign 2.0.
2012-11-21 19:35:03 +00:00
|
|
|
border: 0;
|
|
|
|
border-bottom: 10px solid #fff;
|
|
|
|
}
|
2012-12-19 22:11:34 +00:00
|
|
|
#system-modules .sticky-header th,
|
|
|
|
#locale-translation-status-form .sticky-header th {
|
Issue #1790280 by nod_, Bojhan, Wim Leers, danillonunes, deviantintegral, Kiphaas7, benjifisher, sun, yoroy, Everett Zufelt, jenlampton, aspilicious: Module page redesign 2.0.
2012-11-21 19:35:03 +00:00
|
|
|
border: 0;
|
|
|
|
}
|
2010-02-17 03:37:12 +00:00
|
|
|
/* Recent content block */
|
|
|
|
#block-node-recent table,
|
|
|
|
#block-node-recent tr {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
#block-node-recent .more-link {
|
2011-08-22 02:38:33 +00:00
|
|
|
padding: 0 5px 5px 0; /* LTR */
|
2010-01-08 20:19:43 +00:00
|
|
|
}
|
2010-05-05 16:28:06 +00:00
|
|
|
|
|
|
|
/* User login block */
|
|
|
|
#user-login-form .openid-links {
|
|
|
|
margin-left: 0; /* LTR */
|
|
|
|
}
|
|
|
|
#user-login-form .openid-links .user-link {
|
|
|
|
margin-left: 1.5em; /* LTR */
|
|
|
|
}
|
2010-11-06 00:18:24 +00:00
|
|
|
|
2012-10-04 02:03:22 +00:00
|
|
|
/* Dropbutton */
|
2012-11-01 22:11:30 +00:00
|
|
|
.js .dropbutton-widget {
|
2012-10-04 02:03:22 +00:00
|
|
|
background-color: #fff;
|
|
|
|
background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0), #e7e7e7);
|
|
|
|
background-image: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0), #e7e7e7);
|
|
|
|
background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0), #e7e7e7);
|
2012-11-12 08:56:12 +00:00
|
|
|
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #e7e7e7);
|
2012-10-04 02:03:22 +00:00
|
|
|
border-radius: 5px;
|
|
|
|
}
|
2012-11-01 22:11:30 +00:00
|
|
|
.js .dropbutton-widget:hover {
|
2012-10-04 02:03:22 +00:00
|
|
|
background-color: #f0f0f0;
|
|
|
|
border-color: #b8b8b8;
|
|
|
|
}
|
2012-11-01 22:11:30 +00:00
|
|
|
.js .dropbutton-multiple.open .dropbutton-widget:hover {
|
2012-10-04 02:03:22 +00:00
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
.dropbutton-content li:first-child > * {
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.dropbutton-multiple.open .dropbutton-content li:first-child > * {
|
|
|
|
text-overflow: clip;
|
|
|
|
}
|
2012-11-02 21:12:50 +00:00
|
|
|
|
2013-01-25 19:49:49 +00:00
|
|
|
.js .form-actions .dropbutton-widget:focus,
|
|
|
|
.js .form-actions .dropbutton-widget:hover {
|
|
|
|
background-color: #73b3dd;
|
|
|
|
border: 1px solid #6ea3bf;
|
|
|
|
border-bottom-color: #4680a0;
|
|
|
|
}
|
|
|
|
.js .form-actions .dropbutton-widget:active {
|
|
|
|
background-color: #3981b1;
|
|
|
|
border: 1px solid #36647c;
|
|
|
|
border-bottom-color: #284657;
|
|
|
|
}
|
|
|
|
.js .form-actions .dropbutton-multiple.open .dropbutton-widget:hover {
|
|
|
|
background-color: #9dcae7;
|
|
|
|
}
|
|
|
|
.js .form-actions .dropbutton-multiple.open .dropbutton-action:hover {
|
|
|
|
background-color: #73b3dd;
|
|
|
|
}
|
|
|
|
|
2010-11-06 00:18:24 +00:00
|
|
|
/* Disable overlay message */
|
|
|
|
#overlay-disable-message {
|
|
|
|
background-color: #addafc;
|
|
|
|
}
|
|
|
|
#overlay-disable-message a,
|
|
|
|
#overlay-disable-message a:visited {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
#overlay-disable-message a:focus,
|
|
|
|
#overlay-disable-message a:active {
|
|
|
|
outline: none;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
.overlay-disable-message-focused a {
|
|
|
|
padding: 0.4em 0.6em;
|
|
|
|
}
|
|
|
|
.overlay-disable-message-focused #overlay-dismiss-message {
|
2011-08-22 02:38:33 +00:00
|
|
|
background-color: #59a0d8;
|
2010-11-06 00:18:24 +00:00
|
|
|
color: #fff;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
2012-11-02 21:12:50 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Views styling
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* @group Forms */
|
|
|
|
|
|
|
|
/**
|
2012-11-27 07:06:47 +00:00
|
|
|
* Seven positions the summary absolutely, but does not have a way to ignore
|
|
|
|
* details without a summary so we make one up.
|
|
|
|
*
|
|
|
|
* @todo Neither a fieldset without legend nor a details without summary is
|
|
|
|
* valid HTML markup in any way. Refactor Views UI to not produce such invalid
|
|
|
|
* markup.
|
2012-11-02 21:12:50 +00:00
|
|
|
*/
|
2012-11-27 07:06:47 +00:00
|
|
|
details.fieldset-no-legend {
|
2012-11-02 21:12:50 +00:00
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Being extra safe here and scoping this to the add view wizard form (where
|
2012-11-27 07:06:47 +00:00
|
|
|
* a layout problem occurs for the Display format details if we don't fix its
|
2012-11-02 21:12:50 +00:00
|
|
|
* padding), but it's probably safe to just let it apply everywhere.
|
|
|
|
*/
|
2012-11-27 07:06:47 +00:00
|
|
|
#views-ui-add-form details details .details-wrapper {
|
2012-11-02 21:12:50 +00:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2012-11-27 07:06:47 +00:00
|
|
|
.views-display-tab details.box-padding .details-wrapper {
|
2012-11-02 21:12:50 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-admin .form-item label.option,
|
|
|
|
#views-ui-preview-form .form-item label.option {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-admin input.form-submit,
|
|
|
|
.views-ui-dialog input.form-submit,
|
|
|
|
.views-admin a.button,
|
|
|
|
.views-ui-dialog a.button {
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-right: 0; /* LTR */
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Override for a button on the edit display screen */
|
|
|
|
#edit-displays-preview-controls .form-submit {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-radios > .form-item {
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* @group Dependent options
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* This is necessary to supercede the Seven .form-item
|
|
|
|
* reset declaration that sets the margin to zero.
|
|
|
|
*/
|
|
|
|
.form-item-options-expose-required,
|
|
|
|
.form-item-options-expose-label,
|
|
|
|
.form-item-options-expose-description {
|
|
|
|
margin-left: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-admin-dependent .form-item .form-item,
|
|
|
|
.views-admin-dependent .form-type-checkboxes,
|
|
|
|
.views-admin-dependent .form-type-radios,
|
|
|
|
.views-admin-dependent .form-item .form-item,
|
|
|
|
.form-item-options-expose-required,
|
|
|
|
.form-item-options-expose-label,
|
|
|
|
.form-item-options-expose-description {
|
|
|
|
margin-bottom: 6px;
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-admin-dependent .form-type-radio,
|
|
|
|
.views-admin-dependent .form-radios .form-item {
|
|
|
|
margin-bottom: 2px;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* @end */
|
|
|
|
|
|
|
|
/* @group Lists */
|
|
|
|
|
|
|
|
.views-admin ul.secondary,
|
|
|
|
.views-admin .item-list ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-displays ul.secondary li a,
|
|
|
|
.views-displays ul.secondary li.active a,
|
|
|
|
.views-displays ul.secondary li.active a.active {
|
|
|
|
padding: 2px 7px 3px;
|
|
|
|
}
|
|
|
|
|
2012-11-12 08:51:46 +00:00
|
|
|
.views-displays ul.secondary li a {
|
|
|
|
color: #0074bd;
|
|
|
|
}
|
|
|
|
|
2012-11-02 21:12:50 +00:00
|
|
|
.views-displays ul.secondary li.active a,
|
|
|
|
.views-displays ul.secondary li.active a.active {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-admin .links li {
|
|
|
|
padding-right: 0; /* LTR */
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-admin .button .links li {
|
|
|
|
padding-right: 12px; /* LTR */
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-display-top ul.secondary {
|
|
|
|
background-color: transparent;
|
|
|
|
float: left
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-display-top .secondary .action-list li {
|
|
|
|
float: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* @end */
|
|
|
|
|
|
|
|
/* @group Tables */
|
|
|
|
|
|
|
|
.views-ui-rearrange-filter-form table td,
|
|
|
|
.views-ui-rearrange-filter-form table th {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* @end */
|
|
|
|
|
|
|
|
/* @group Attachment details */
|
|
|
|
|
|
|
|
#edit-display-settings-title {
|
|
|
|
color: #008BCB;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* @end */
|
|
|
|
|
|
|
|
/* @group Attachment details tabs
|
|
|
|
*
|
|
|
|
* The tabs that switch between sections
|
|
|
|
*/
|
|
|
|
|
|
|
|
.views-displays .secondary {
|
|
|
|
text-align: left; /* LTR */
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-admin .icon.add {
|
|
|
|
background-position: center 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-displays .secondary a:hover > .icon.add {
|
|
|
|
background-position: center -25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-displays .secondary .open > a {
|
|
|
|
-moz-border-radius: 7px 7px 0 0;
|
|
|
|
-webkit-border-radius: 7px 7px 0 0;
|
|
|
|
border-radius: 7px 7px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-displays .secondary .open > a:hover {
|
|
|
|
background-color: #f1f1f1;
|
|
|
|
color: #008BCB;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-displays .secondary .action-list li:first-child {
|
|
|
|
-moz-border-radius: 0 7px 0 0;
|
|
|
|
-webkit-border-radius: 0 7px 0 0;
|
|
|
|
border-radius: 0 7px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-displays .secondary .action-list li:last-child {
|
|
|
|
-moz-border-radius: 0 0 7px 7px;
|
|
|
|
-webkit-border-radius: 0 0 7px 7px;
|
|
|
|
border-radius: 0 0 7px 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-displays .secondary .action-list input.form-submit {
|
|
|
|
color: #008bcb;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* @end */
|
|
|
|
|
|
|
|
/* @group Attachment buckets
|
|
|
|
*
|
|
|
|
* These are the individual "buckets," or boxes, inside the display settings area
|
|
|
|
*/
|
|
|
|
|
|
|
|
.views-ui-display-tab-bucket h3 {
|
|
|
|
font-size: 12px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-ui-display-tab-bucket .links {
|
|
|
|
padding: 2px 6px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-ui-display-tab-bucket .links li + li {
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* @end */
|
|
|
|
|
|
|
|
/* @group Rearrange filter criteria */
|
|
|
|
|
|
|
|
#views-ui-rearrange-filter-form .action-links {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#views-ui-rearrange-filter-form table {
|
|
|
|
border: medium none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#views-ui-rearrange-filter-form [id^="views-row"] {
|
|
|
|
border: medium none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#views-ui-rearrange-filter-form tr td:last-child {
|
|
|
|
border-right: medium none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#views-ui-rearrange-filter-form .filter-group-operator-row {
|
|
|
|
border-left: 1px solid transparent !important;
|
|
|
|
border-right: 1px solid transparent !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#views-ui-rearrange-filter-form tr.drag td {
|
|
|
|
background-color: #FFEE77 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#views-ui-rearrange-filter-form tr.drag-previous td {
|
|
|
|
background-color: #FFFFBB !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* @end */
|
|
|
|
|
|
|
|
/* @group Live preview elements */
|
|
|
|
|
|
|
|
.views-query-info pre {
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* @group Query info table */
|
|
|
|
|
|
|
|
.views-query-info table {
|
|
|
|
-moz-border-radius: 7px;
|
|
|
|
-webkit-border-radius: 7px;
|
|
|
|
border-radius: 7px;
|
|
|
|
-webkit-border-horizontal-spacing: 1px;
|
|
|
|
-webkit-border-vertical-spacing: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.views-query-info table tr td:last-child {
|
|
|
|
/* Fixes a Seven style that bleeds down into this table unnecessarily */
|
|
|
|
border-right: 0 none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* @end */
|
|
|
|
|
|
|
|
/* @end */
|
|
|
|
|
|
|
|
/* @group Add view */
|
|
|
|
|
|
|
|
.form-item-page-create,
|
|
|
|
.form-item-block-create {
|
|
|
|
margin-top: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* @end */
|
|
|
|
|
|
|
|
/* @group Modal dialog box
|
|
|
|
*
|
|
|
|
* The contents of the popup dialog on the views edit form.
|
|
|
|
*/
|
|
|
|
|
|
|
|
.views-ui-dialog .ui-dialog-titlebar-close {
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
border-color: #cccccc;
|
|
|
|
right: -27px;
|
|
|
|
top: -1px;
|
|
|
|
}
|
|
|
|
|
2012-11-27 07:06:47 +00:00
|
|
|
.views-ui-dialog details.collapsible:not(.collapsed) {
|
2012-11-02 21:12:50 +00:00
|
|
|
padding-top: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filterable-option .form-item.form-type-checkbox {
|
|
|
|
/* This selector is aggressive because Seven's reset for .form-items is aggressive. */
|
|
|
|
padding-bottom: 4px;
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* @end */
|
|
|
|
|
|
|
|
/* @end */
|
2013-01-17 20:43:29 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Entity meta settings.
|
|
|
|
*/
|
|
|
|
.entity-meta {
|
|
|
|
background-color: #e2e2e2;
|
|
|
|
border-bottom: 0;
|
|
|
|
border-left: 1px solid #a5a5a5;
|
|
|
|
border-right: 1px solid #a5a5a5;
|
|
|
|
border-top: 0;
|
|
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
|
|
|
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
|
|
|
|
margin-top: 0;
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
.entity-meta-header,
|
|
|
|
.entity-meta details {
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
border-top: 1px solid #a5a5a5;
|
|
|
|
border-bottom: 1px solid #a5a5a5;
|
|
|
|
}
|
|
|
|
.entity-meta-header {
|
|
|
|
padding: 1em 1.5em;
|
|
|
|
}
|
|
|
|
.entity-meta-header .published {
|
|
|
|
font-size: 1.231em;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: 0 1px 0 #fff;
|
|
|
|
}
|
|
|
|
.entity-meta-header .changed {
|
|
|
|
font-style: italic; /* As-designed, but really: why is this italic? */
|
|
|
|
}
|
|
|
|
.entity-meta details {
|
|
|
|
border-left: 0;
|
|
|
|
border-right: 0;
|
|
|
|
border-top: 1px solid #fff;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.entity-meta details[open] {
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .15), transparent 5px);
|
|
|
|
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .15), transparent 5px);
|
|
|
|
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .15), transparent 5px);
|
|
|
|
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .15), transparent 5px);
|
|
|
|
border-top-width: 0;
|
|
|
|
padding-top: 1px;
|
|
|
|
}
|
|
|
|
.entity-meta details[open] + [open] {
|
|
|
|
background-image: none;
|
|
|
|
border-top-width: 1px;
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
.entity-meta details > .details-wrapper {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
.entity-meta details > summary {
|
|
|
|
padding: 0.85em 1.25em;
|
|
|
|
text-shadow: 0 1px 0 white;
|
|
|
|
}
|
|
|
|
.entity-meta details .summary {
|
|
|
|
display: none; /* Hide JS summaries. @todo Rethink summaries. */
|
|
|
|
}
|