- Patch #921386 by Jacine, mverbaar: remove stale CSS from System module.

merge-requests/26/head
Dries Buytaert 2010-09-25 02:28:14 +00:00
parent e1e6091583
commit fadf5dad8b
8 changed files with 48 additions and 104 deletions

View File

@ -22,11 +22,11 @@ div.admin .right {
margin-right: 0; margin-right: 0;
} }
div.admin .expert-link { div.admin .expert-link {
text-align: left;
margin-right: 0; margin-right: 0;
margin-left: 1em; margin-left: 1em;
padding-right: 0; padding-right: 0;
padding-left: 4px; padding-left: 4px;
text-align: left;
} }
/** /**
@ -56,33 +56,18 @@ table.screenshot {
padding: 20px 0 20px 20px; padding: 20px 0 20px 20px;
} }
.theme-selector .operations li { .theme-selector .operations li {
float: right;
border-right: none; border-right: none;
border-left: 1px solid #cdcdcd; border-left: 1px solid #cdcdcd;
float: right;
} }
.theme-selector .operations li.last { .theme-selector .operations li.last {
padding: 0 0.7em 0 0;
border-left: none; border-left: none;
padding: 0 0.7em 0 0;
} }
.theme-selector .operations li.first { .theme-selector .operations li.first {
padding: 0 0 0 0.7em; padding: 0 0 0 0.7em;
} }
/**
* Date and time settings page.
*/
.date-container {
clear: right;
}
.date-container .select-container,
.date-container .custom-container {
float: right;
}
.date-container .custom-container {
margin-left: 0;
margin-right: 15px;
}
/** /**
* Exposed filters. * Exposed filters.
*/ */

View File

@ -51,15 +51,6 @@ div.admin .expert-link {
#system-modules div.incompatible { #system-modules div.incompatible {
font-weight: bold; font-weight: bold;
} }
table.package {
width: 100%;
}
table.package .description {
width: 100%;
}
table.package .version {
direction: ltr;
}
div.admin-requirements, div.admin-requirements,
div.admin-required { div.admin-required {
font-size: 0.9em; font-size: 0.9em;
@ -239,28 +230,6 @@ table.screenshot {
clear: left; clear: left;
} }
/**
* Date and time settings page.
*/
.date-container {
overflow: auto;
clear: left; /* LTR */
}
.date-container .form-item {
margin-top: 0;
}
.date-container .select-container,
.date-container .custom-container {
float: left; /* LTR */
}
.date-container .custom-container {
margin-left: 15px; /* LTR */
width: 50%;
}
html.js .custom-container label {
visibility: hidden;
}
/** /**
* Exposed filters. * Exposed filters.
*/ */

View File

@ -41,9 +41,9 @@ html.js input.throbbing {
padding: 0.42em 0.5em 0.42em 1.5em; padding: 0.42em 0.5em 0.42em 1.5em;
} }
div.indentation { div.indentation {
float: right;
margin: -0.4em -0.4em -0.4em 0.2em; margin: -0.4em -0.4em -0.4em 0.2em;
padding: 0.42em 0.6em 0.42em 0; padding: 0.42em 0.6em 0.42em 0;
float: right;
} }
div.tree-child, div.tree-child,
div.tree-child-last { div.tree-child-last {

View File

@ -12,28 +12,28 @@
*/ */
/* Suggestion list */ /* Suggestion list */
#autocomplete { #autocomplete {
position: absolute;
border: 1px solid; border: 1px solid;
overflow: hidden; overflow: hidden;
position: absolute;
z-index: 100; z-index: 100;
} }
#autocomplete ul { #autocomplete ul {
margin: 0;
padding: 0;
list-style: none; list-style: none;
list-style-image: none; list-style-image: none;
margin: 0;
padding: 0;
} }
#autocomplete li { #autocomplete li {
background: #fff; background: #fff;
color: #000; color: #000;
white-space: pre;
cursor: default; cursor: default;
white-space: pre;
} }
/* Animated throbber */ /* Animated throbber */
html.js input.form-autocomplete { html.js input.form-autocomplete {
background-image: url(../../misc/throbber.gif); background-image: url(../../misc/throbber.gif);
background-repeat: no-repeat;
background-position: 100% 2px; /* LTR */ background-position: 100% 2px; /* LTR */
background-repeat: no-repeat;
} }
html.js input.throbbing { html.js input.throbbing {
background-position: 100% -18px; /* LTR */ background-position: 100% -18px; /* LTR */
@ -66,20 +66,20 @@ fieldset.collapsible .fieldset-legend {
* @see textarea.js * @see textarea.js
*/ */
.form-textarea-wrapper textarea { .form-textarea-wrapper textarea {
display: block;
margin: 0; margin: 0;
width: 100%; width: 100%;
display: block;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
.resizable-textarea .grippie { .resizable-textarea .grippie {
height: 9px;
overflow: hidden;
background: #eee url(../../misc/grippie.png) no-repeat center 2px; background: #eee url(../../misc/grippie.png) no-repeat center 2px;
border: 1px solid #ddd; border: 1px solid #ddd;
border-top-width: 0; border-top-width: 0;
cursor: s-resize; cursor: s-resize;
height: 9px;
overflow: hidden;
} }
/** /**
@ -102,20 +102,20 @@ a.tabledrag-handle:hover {
text-decoration: none; text-decoration: none;
} }
a.tabledrag-handle .handle { a.tabledrag-handle .handle {
margin-top: 4px;
height: 13px;
width: 13px;
background: url(../../misc/draggable.png) no-repeat 0 0; background: url(../../misc/draggable.png) no-repeat 0 0;
height: 13px;
margin-top: 4px;
width: 13px;
} }
a.tabledrag-handle-hover .handle { a.tabledrag-handle-hover .handle {
background-position: 0 -20px; background-position: 0 -20px;
} }
div.indentation { div.indentation {
width: 20px; float: left; /* LTR */
height: 1.7em; height: 1.7em;
margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */ margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
padding: 0.42em 0 0.42em 0.6em; /* LTR */ padding: 0.42em 0 0.42em 0.6em; /* LTR */
float: left; /* LTR */ width: 20px;
} }
div.tree-child { div.tree-child {
background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */ background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */
@ -166,11 +166,11 @@ table.sticky-header {
float: left; /* LTR */ float: left; /* LTR */
} }
.ajax-progress .throbber { .ajax-progress .throbber {
width: 15px;
height: 15px;
margin: 2px;
background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px; background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
float: left; /* LTR */ float: left; /* LTR */
height: 15px;
margin: 2px;
width: 15px;
} }
tr .ajax-progress .throbber { tr .ajax-progress .throbber {
margin: 0 2px; margin: 0 2px;

View File

@ -31,8 +31,8 @@ ul.primary li a {
margin-left: 0.5em; margin-left: 0.5em;
} }
ul.secondary li { ul.secondary li {
border-left: 1px solid #ccc;
border-right: none;
display: inline; display: inline;
padding: 0 1em; padding: 0 1em;
border-right: none;
border-left: 1px solid #ccc;
} }

View File

@ -9,24 +9,24 @@
* Markup generated by theme_menu_tree(). * Markup generated by theme_menu_tree().
*/ */
ul.menu { ul.menu {
list-style: none;
border: none; border: none;
list-style: none;
text-align: left; /* LTR */ text-align: left; /* LTR */
} }
ul.menu li { ul.menu li {
margin: 0 0 0 0.5em; /* LTR */ margin: 0 0 0 0.5em; /* LTR */
} }
ul li.expanded { ul li.expanded {
list-style-type: circle;
list-style-image: url(../../misc/menu-expanded.png); list-style-image: url(../../misc/menu-expanded.png);
list-style-type: circle;
} }
ul li.collapsed { ul li.collapsed {
list-style-type: disc;
list-style-image: url(../../misc/menu-collapsed.png); /* LTR */ list-style-image: url(../../misc/menu-collapsed.png); /* LTR */
list-style-type: disc;
} }
ul li.leaf { ul li.leaf {
list-style-type: square;
list-style-image: url(../../misc/menu-leaf.png); list-style-image: url(../../misc/menu-leaf.png);
list-style-type: square;
} }
li.expanded, li.expanded,
li.collapsed, li.collapsed,
@ -61,21 +61,21 @@ ul.links li {
* Markup generated by theme_breadcrumb(). * Markup generated by theme_breadcrumb().
*/ */
.breadcrumb { .breadcrumb {
padding-bottom: .5em; padding-bottom: 0.5em;
} }
/** /**
* Markup generated by theme_menu_local_tasks(). * Markup generated by theme_menu_local_tasks().
*/ */
ul.primary { ul.primary {
border-bottom: 1px solid #bbb;
border-collapse: collapse; border-collapse: collapse;
padding: 0 0 0 1em; /* LTR */
white-space: nowrap;
list-style: none;
margin: 5px;
height: auto; height: auto;
line-height: normal; line-height: normal;
border-bottom: 1px solid #bbb; list-style: none;
margin: 5px;
padding: 0 0 0 1em; /* LTR */
white-space: nowrap;
} }
ul.primary li { ul.primary li {
display: inline; display: inline;
@ -83,8 +83,8 @@ ul.primary li {
ul.primary li a { ul.primary li a {
background-color: #ddd; background-color: #ddd;
border-color: #bbb; border-color: #bbb;
border-width: 1px;
border-style: solid solid none solid; border-style: solid solid none solid;
border-width: 1px;
height: auto; height: auto;
margin-right: 0.5em; /* LTR */ margin-right: 0.5em; /* LTR */
padding: 0 1em; padding: 0 1em;
@ -93,7 +93,7 @@ ul.primary li a {
ul.primary li.active a { ul.primary li.active a {
background-color: #fff; background-color: #fff;
border: 1px solid #bbb; border: 1px solid #bbb;
border-bottom: #fff 1px solid; border-bottom: 1px solid #fff;
} }
ul.primary li a:hover { ul.primary li a:hover {
background-color: #eee; background-color: #eee;
@ -106,9 +106,9 @@ ul.secondary {
margin: 5px; margin: 5px;
} }
ul.secondary li { ul.secondary li {
border-right: 1px solid #ccc; /* LTR */
display: inline; display: inline;
padding: 0 1em; padding: 0 1em;
border-right: 1px solid #ccc; /* LTR */
} }
ul.secondary a { ul.secondary a {
padding: 0; padding: 0;

View File

@ -10,13 +10,8 @@
*/ */
th { th {
text-align: right; text-align: right;
padding-left: 1em;
padding-right: 0; padding-right: 0;
padding-left: 1em;
}
thead th {
text-align: right;
padding-left: 1em;
padding-right: 0.5em;
} }
/** /**
@ -40,17 +35,17 @@ thead th {
text-align: left; text-align: left;
} }
.more-help-link a { .more-help-link a {
padding: 1px 20px 1px 0;
background-position: 100% 50%; background-position: 100% 50%;
padding: 1px 20px 1px 0;
} }
/** /**
* Collapsible fieldsets. * Collapsible fieldsets.
*/ */
html.js fieldset.collapsible .fieldset-legend { html.js fieldset.collapsible .fieldset-legend {
background-position: 98% 75%;
padding-left: 0; padding-left: 0;
padding-right: 15px; padding-right: 15px;
background-position: 98% 75%;
} }
html.js fieldset.collapsed .fieldset-legend { html.js fieldset.collapsed .fieldset-legend {
background-image: url(../../misc/menu-collapsed-rtl.png); background-image: url(../../misc/menu-collapsed-rtl.png);

View File

@ -10,15 +10,15 @@
*/ */
fieldset { fieldset {
margin-bottom: 1em; margin-bottom: 1em;
padding: .5em; padding: 0.5em;
} }
form { form {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
hr { hr {
height: 1px;
border: 1px solid gray; border: 1px solid gray;
height: 1px;
} }
img { img {
border: 0; border: 0;
@ -27,14 +27,9 @@ table {
border-collapse: collapse; border-collapse: collapse;
} }
th { th {
text-align: left; /* LTR */
padding-right: 1em; /* LTR */
border-bottom: 3px solid #ccc; border-bottom: 3px solid #ccc;
}
thead th {
text-align: left; /* LTR */
padding-right: 1em; /* LTR */ padding-right: 1em; /* LTR */
border-bottom: 3px solid #ccc; text-align: left; /* LTR */
} }
tbody { tbody {
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
@ -174,16 +169,16 @@ input.form-radio {
* @see collapse.js * @see collapse.js
*/ */
html.js fieldset.collapsible .fieldset-legend { html.js fieldset.collapsible .fieldset-legend {
padding-left: 15px; /* LTR */
background: url(../../misc/menu-expanded.png) 5px 65% no-repeat; /* LTR */ background: url(../../misc/menu-expanded.png) 5px 65% no-repeat; /* LTR */
padding-left: 15px; /* LTR */
} }
html.js fieldset.collapsed .fieldset-legend { html.js fieldset.collapsed .fieldset-legend {
background-image: url(../../misc/menu-collapsed.png); /* LTR */ background-image: url(../../misc/menu-collapsed.png); /* LTR */
background-position: 5px 50%; /* LTR */ background-position: 5px 50%; /* LTR */
} }
.fieldset-legend span.summary { .fieldset-legend span.summary {
font-size: 0.9em;
color: #999; color: #999;
font-size: 0.9em;
margin-left: 0.5em; margin-left: 0.5em;
} }