summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/admin.css173
-rw-r--r--modules/system/system-behavior-rtl.css89
-rw-r--r--modules/system/system-menus-rtl.css16
-rw-r--r--modules/system/system-menus.css50
-rw-r--r--modules/system/system-rtl.css74
-rw-r--r--modules/system/system.admin-rtl.css (renamed from modules/system/admin-rtl.css)43
-rw-r--r--modules/system/system.admin.css295
-rw-r--r--modules/system/system.base-rtl.css55
-rw-r--r--modules/system/system.base.css (renamed from modules/system/system-behavior.css)156
-rw-r--r--modules/system/system.css415
-rw-r--r--modules/system/system.maintenance.css (renamed from modules/system/maintenance.css)8
-rw-r--r--modules/system/system.menus-rtl.css38
-rw-r--r--modules/system/system.menus.css119
-rw-r--r--modules/system/system.messages.css (renamed from modules/system/system-messages.css)11
-rw-r--r--modules/system/system.theme-rtl.css59
-rw-r--r--modules/system/system.theme.css239
16 files changed, 920 insertions, 920 deletions
diff --git a/modules/system/admin.css b/modules/system/admin.css
deleted file mode 100644
index fbd32d427..000000000
--- a/modules/system/admin.css
+++ /dev/null
@@ -1,173 +0,0 @@
-/* $Id$ */
-
-/*
-** Formatting for administration page
-*/
-div.admin-panel {
- margin: 0;
- padding: 5px 5px 15px 5px;
-}
-
-div.admin-panel .description {
- margin: 0 0 3px;
- padding: 2px 0 3px 0;
-}
-
-div.admin-panel .body {
- padding: 0 4px 2px 8px; /* LTR */
-}
-
-div.admin {
- padding-top: 15px;
-}
-
-div.admin .left {
- float: left; /* LTR */
- width: 47%;
- margin-left: 1em; /* LTR */
-}
-div.admin .right {
- float: right; /* LTR */
- width: 47%;
- margin-right: 1em; /* LTR */
-}
-
-div.admin .expert-link {
- text-align: right; /* LTR */
- margin-right: 1em; /* LTR */
- padding-right: 4px; /* LTR */
-}
-
-table.package {
- width: 100%;
-}
-table.package .description {
- width: 100%;
-}
-table.package .version {
- direction: ltr;
-}
-div.admin-requirements,
-div.admin-required {
- font-size: 0.9em;
- color: #444;
-}
-span.admin-disabled {
- color: #800;
-}
-span.admin-enabled {
- color: #080;
-}
-span.admin-missing {
- color: #f00;
-}
-
-/**
- * Formatting for status report
- */
-table.system-status-report th {
- border-bottom: 1px solid #ccc;
-}
-table.system-status-report th,
-table.system-status-report tr.merge-up td {
- padding-left: 30px; /* LTR */
-}
-table.system-status-report th {
- background-repeat: no-repeat;
- background-position: 5px 50%; /* LTR */
- padding-top: 6px;
- padding-bottom: 6px;
-}
-table.system-status-report tr.error th {
- background-image: url(../../misc/watchdog-error.png);
-}
-table.system-status-report tr.warning th {
- background-image: url(../../misc/watchdog-warning.png);
-}
-table.system-status-report tr.ok th {
- background-image: url(../../misc/watchdog-ok.png);
-}
-
-/**
- * Formatting for theme configuration
- */
-.theme-settings-left {
- float: left;
- width: 49%;
-}
-.theme-settings-right {
- float: right;
- width: 49%;
-}
-.theme-settings-bottom {
- clear: both;
-}
-
-/**
- * Formatting for theme overview
- */
-table.screenshot {
- margin-right: 1em; /* LTR */
-}
-.theme-info h2 {
- margin-bottom: 0;
-}
-.theme-info p {
- margin-top: 0;
-}
-
-
-/**
- * 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 .filters {
- float: left; /* LTR */
- margin-right: 1em; /* LTR */
- width: 25em; /* IE6 */
-}
-.exposed-filters .form-item {
- margin: 0 0 0.1em 0;
- padding: 0;
-}
-.exposed-filters .form-item label {
- float: left; /* LTR */
- font-weight: normal;
- width: 10em;
-}
-.exposed-filters .form-select {
- width: 14em;
-}
-/* Current filters */
-.exposed-filters .current-filters {
- margin-bottom: 1em;
-}
-.exposed-filters .current-filters .placeholder {
- font-style: normal;
- font-weight: bold;
-}
-.exposed-filters .additional-filters {
- float: left; /* LTR */
- margin-right: 1em; /* LTR */
-}
diff --git a/modules/system/system-behavior-rtl.css b/modules/system/system-behavior-rtl.css
deleted file mode 100644
index 0fcda3d1c..000000000
--- a/modules/system/system-behavior-rtl.css
+++ /dev/null
@@ -1,89 +0,0 @@
-/* $Id$ */
-
-/**
- * Autocomplete
- */
- /* Animated throbber */
-html.js input.form-autocomplete {
- background-position: 0% 2px;
-}
-html.js input.throbbing {
- background-position: 0% -18px;
-}
-
-/**
- * Collapsing fieldsets
- */
-html.js fieldset.collapsible .fieldset-legend {
- padding-left: 0;
- padding-right: 15px;
- background-position: 98% 75%;
-}
-html.js fieldset.collapsed .fieldset-legend {
- background-image: url(../../misc/menu-collapsed-rtl.png);
- background-position: 98% 50%;
-}
-
-/**
- * Progress bar
- */
-.progress .percentage {
- float: left;
-}
-.progress-disabled {
- float: right;
-}
-.ajax-progress {
- float: right;
-}
-.ajax-progress .throbber {
- float: right;
-}
-
-/**
- * Password strength indicator
- */
-input.password-field {
- margin-left: 10px;
- margin-right: 0;
-}
-input.password-confirm {
- margin-left: 10px;
- margin-right: 0;
-}
-.password-strength-title {
- float: right;
-}
-.password-parent {
- float: right;
-}
-
-/**
- * Table drag and drop
- */
-.draggable a.tabledrag-handle {
- float: right;
- margin: -0.4em -0.5em -0.4em 0;
- padding: 0.42em 0.5em 0.42em 1.5em;
-}
-div.indentation {
- margin: -0.4em -0.4em -0.4em 0.2em;
- padding: 0.42em 0.6em 0.42em 0;
- float: right;
-}
-div.tree-child,
-div.tree-child-last {
- background-position: -65px center;
-}
-.tabledrag-toggle-weight-wrapper {
- text-align: left; /* RTL */
-}
-
-/**
- * Multiselect form
- */
-dl.multiselect dt,
-dl.multiselect dd {
- float: right;
- margin: 0 0 0 1em;
-}
diff --git a/modules/system/system-menus-rtl.css b/modules/system/system-menus-rtl.css
deleted file mode 100644
index e5247dfed..000000000
--- a/modules/system/system-menus-rtl.css
+++ /dev/null
@@ -1,16 +0,0 @@
-/* $Id$ */
-
-ul.menu {
- text-align:right;
-}
-ul.menu li {
- margin: 0 0.5em 0 0;
-}
-ul li.collapsed {
- list-style-image: url(../../misc/menu-collapsed-rtl.png);
-}
-li.expanded,
-li.collapsed,
-li.leaf {
- padding: 0.2em 0 0 0.5em;
-}
diff --git a/modules/system/system-menus.css b/modules/system/system-menus.css
deleted file mode 100644
index abf18ad7f..000000000
--- a/modules/system/system-menus.css
+++ /dev/null
@@ -1,50 +0,0 @@
-/* $Id$ */
-
-ul.menu {
- list-style: none;
- border: none;
- text-align:left; /* LTR */
-}
-ul.menu li {
- margin: 0 0 0 0.5em; /* LTR */
-}
-ul li.expanded {
- list-style-type: circle;
- list-style-image: url(../../misc/menu-expanded.png);
-}
-ul li.collapsed {
- list-style-type: disc;
- list-style-image: url(../../misc/menu-collapsed.png); /* LTR */
-}
-ul li.leaf {
- list-style-type: square;
- list-style-image: url(../../misc/menu-leaf.png);
-}
-li.expanded,
-li.collapsed,
-li.leaf {
- padding: 0.2em 0.5em 0 0; /* LTR */
- margin: 0;
-}
-li a.active {
- color: #000;
-}
-td.menu-disabled {
- background: #ccc;
-}
-ul.links {
- margin: 0;
- padding: 0;
-}
-ul.links.inline {
- display: inline;
-}
-ul.links li {
- display: inline;
- list-style-type: none;
- padding: 0 0.5em;
-}
-.block ul {
- margin: 0;
- padding: 0 0 0.25em 1em; /* LTR */
-}
diff --git a/modules/system/system-rtl.css b/modules/system/system-rtl.css
deleted file mode 100644
index 88c4072a2..000000000
--- a/modules/system/system-rtl.css
+++ /dev/null
@@ -1,74 +0,0 @@
-/* $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;
-}
diff --git a/modules/system/admin-rtl.css b/modules/system/system.admin-rtl.css
index 4331fab4d..c19adcd65 100644
--- a/modules/system/admin-rtl.css
+++ b/modules/system/system.admin-rtl.css
@@ -1,9 +1,16 @@
/* $Id$ */
+/**
+ * @file
+ * RTL styles for administration pages.
+ */
+
+/**
+ * Administration blocks.
+ */
div.admin-panel .body {
padding: 0 8px 2px 4px;
}
-
div.admin .left {
float: right;
margin-left: 0;
@@ -14,7 +21,6 @@ div.admin .right {
margin-left: 1em;
margin-right: 0;
}
-
div.admin .expert-link {
text-align: left;
margin-right: 0;
@@ -23,19 +29,48 @@ div.admin .expert-link {
padding-left: 4px;
}
+/**
+ * Status report.
+ */
table.system-status-report th,
table.system-status-report tr.merge-up td {
padding-right: 30px;
}
-
table.system-status-report th {
background-position: 95% 50%;
}
+/**
+ * Appearance page.
+ */
table.screenshot {
margin-left: 1em;
}
+.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;
+}
+/**
+ * Date and time settings page.
+ */
.date-container {
clear: right;
}
@@ -49,7 +84,7 @@ table.screenshot {
}
/**
- * Exposed filters
+ * Exposed filters.
*/
.exposed-filters .filters {
float: right;
diff --git a/modules/system/system.admin.css b/modules/system/system.admin.css
new file mode 100644
index 000000000..2014b4a64
--- /dev/null
+++ b/modules/system/system.admin.css
@@ -0,0 +1,295 @@
+/* $Id$ */
+
+/**
+ * @file
+ * Styles for administration pages.
+ */
+
+/**
+ * Administration blocks.
+ */
+div.admin-panel {
+ margin: 0;
+ padding: 5px 5px 15px 5px;
+}
+div.admin-panel .description {
+ margin: 0 0 3px;
+ padding: 2px 0 3px 0;
+}
+div.admin-panel .body {
+ padding: 0 4px 2px 8px; /* LTR */
+}
+div.admin {
+ padding-top: 15px;
+}
+div.admin .left {
+ float: left; /* LTR */
+ width: 47%;
+ margin-left: 1em; /* LTR */
+}
+div.admin .right {
+ float: right; /* LTR */
+ width: 47%;
+ margin-right: 1em; /* LTR */
+}
+div.admin .expert-link {
+ text-align: right; /* LTR */
+ margin-right: 1em; /* LTR */
+ padding-right: 4px; /* LTR */
+}
+
+/**
+ * Markup generated by theme_system_compact_link().
+ */
+.compact-link {
+ margin: 0 0 0.5em 0;
+}
+
+/**
+ * Modules page.
+ */
+#system-modules div.incompatible {
+ font-weight: bold;
+}
+table.package {
+ width: 100%;
+}
+table.package .description {
+ width: 100%;
+}
+table.package .version {
+ direction: ltr;
+}
+div.admin-requirements,
+div.admin-required {
+ font-size: 0.9em;
+ color: #444;
+}
+span.admin-disabled {
+ color: #800;
+}
+span.admin-enabled {
+ color: #080;
+}
+span.admin-missing {
+ color: #f00;
+}
+a.module-link {
+ display: block;
+ padding: 1px 0 1px 20px; /* LTR */
+ white-space: nowrap;
+}
+a.module-link-help {
+ background: url(../../misc/help.png) 0 50% no-repeat; /* LTR */
+}
+a.module-link-permissions {
+ background: url(../../misc/permissions.png) 0 50% no-repeat; /* LTR */
+}
+a.module-link-configure {
+ background: url(../../misc/configure.png) 0 50% no-repeat; /* LTR */
+}
+.module-help {
+ margin-left: 1em; /* LTR */
+ float: right; /* LTR */
+}
+
+/**
+ * Status report.
+ */
+table.system-status-report th {
+ border-bottom: 1px solid #ccc;
+}
+table.system-status-report th,
+table.system-status-report tr.merge-up td {
+ padding-left: 30px; /* LTR */
+}
+table.system-status-report th {
+ background-repeat: no-repeat;
+ background-position: 5px 50%; /* LTR */
+ padding-top: 6px;
+ padding-bottom: 6px;
+}
+table.system-status-report tr.error th {
+ background-image: url(../../misc/watchdog-error.png);
+}
+table.system-status-report tr.warning th {
+ background-image: url(../../misc/watchdog-warning.png);
+}
+table.system-status-report tr.ok th {
+ background-image: url(../../misc/watchdog-ok.png);
+}
+tr.merge-down,
+tr.merge-down td,
+tr.merge-down th {
+ border-bottom-width: 0 !important;
+}
+tr.merge-up,
+tr.merge-up td,
+tr.merge-up th {
+ border-top-width: 0 !important;
+}
+
+/**
+ * Theme settings.
+ */
+.theme-settings-left {
+ float: left;
+ width: 49%;
+}
+.theme-settings-right {
+ float: right;
+ width: 49%;
+}
+.theme-settings-bottom {
+ clear: both;
+}
+
+/**
+ * Appearance page.
+ */
+table.screenshot {
+ margin-right: 1em; /* LTR */
+}
+.theme-info h2 {
+ margin-bottom: 0;
+}
+.theme-info p {
+ margin-top: 0;
+}
+.system-themes-list {
+ margin-bottom: 20px;
+}
+.system-themes-list-disabled {
+ border-top: 1px solid #cdcdcd;
+ padding-top: 20px;
+}
+.system-themes-list h2 {
+ margin: 0;
+}
+.theme-selector {
+ padding-top: 20px;
+}
+.theme-selector .screenshot,
+.theme-selector .no-screenshot {
+ border: 1px solid #e0e0d8;
+ padding: 2px;
+ vertical-align: bottom;
+ width: 294px;
+ height: 219px;
+ line-height: 219px;
+ text-align: center;
+}
+.theme-default .screenshot {
+ border: 1px solid #aaa;
+}
+.system-themes-list-enabled .theme-selector .screenshot,
+.system-themes-list-enabled .theme-selector .no-screenshot {
+ float: left; /* LTR */
+ margin: 0 20px 0 0; /* LTR */
+}
+.system-themes-list-disabled .theme-selector .screenshot,
+.system-themes-list-disabled .theme-selector .no-screenshot {
+ width: 194px;
+ height: 144px;
+ line-height: 144px;
+}
+.theme-selector h3 {
+ font-weight: normal;
+}
+.theme-default h3 {
+ font-weight: bold;
+}
+.system-themes-list-enabled .theme-selector h3 {
+ margin-top: 0;
+}
+.system-themes-list-disabled .theme-selector {
+ width: 300px;
+ float: left; /* LTR */
+ padding: 20px 20px 20px 0; /* LTR */
+}
+.system-themes-list-enabled .theme-info {
+ max-width: 940px;
+}
+.system-themes-list-disabled .theme-info {
+ min-height: 170px;
+}
+.theme-selector .incompatible {
+ margin-top: 10px;
+ font-weight: bold;
+}
+.theme-selector .operations {
+ margin: 10px 0 0 0;
+ padding: 0;
+}
+.theme-selector .operations li {
+ float: left; /* LTR */
+ margin: 0;
+ padding: 0 0.7em;
+ list-style-type: none;
+ border-right: 1px solid #cdcdcd; /* LTR */
+}
+.theme-selector .operations li.last {
+ padding: 0 0 0 0.7em; /* LTR */
+ border-right: none; /* LTR */
+}
+.theme-selector .operations li.first {
+ padding: 0 0.7em 0 0; /* LTR */
+}
+#system-themes-admin-form {
+ 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 .filters {
+ float: left; /* LTR */
+ margin-right: 1em; /* LTR */
+ width: 25em; /* IE6 */
+}
+.exposed-filters .form-item {
+ margin: 0 0 0.1em 0;
+ padding: 0;
+}
+.exposed-filters .form-item label {
+ float: left; /* LTR */
+ font-weight: normal;
+ width: 10em;
+}
+.exposed-filters .form-select {
+ width: 14em;
+}
+/* Current filters */
+.exposed-filters .current-filters {
+ margin-bottom: 1em;
+}
+.exposed-filters .current-filters .placeholder {
+ font-style: normal;
+ font-weight: bold;
+}
+.exposed-filters .additional-filters {
+ float: left; /* LTR */
+ margin-right: 1em; /* LTR */
+}
diff --git a/modules/system/system.base-rtl.css b/modules/system/system.base-rtl.css
new file mode 100644
index 000000000..ac5f49b7e
--- /dev/null
+++ b/modules/system/system.base-rtl.css
@@ -0,0 +1,55 @@
+/* $Id$ */
+
+/**
+ * @file
+ * Generic theme-independent base styles.
+ */
+
+/**
+ * Autocomplete.
+ */
+/* Animated throbber */
+html.js input.form-autocomplete {
+ background-position: 0% 2px;
+}
+html.js input.throbbing {
+ background-position: 0% -18px;
+}
+
+/**
+ * Progress bar.
+ */
+.progress .percentage {
+ float: left;
+}
+.progress-disabled {
+ float: right;
+}
+.ajax-progress {
+ float: right;
+}
+.ajax-progress .throbber {
+ float: right;
+}
+
+/**
+ * TableDrag behavior.
+ */
+.draggable a.tabledrag-handle {
+ float: right;
+ margin: -0.4em -0.5em -0.4em 0;
+ padding: 0.42em 0.5em 0.42em 1.5em;
+}
+div.indentation {
+ margin: -0.4em -0.4em -0.4em 0.2em;
+ padding: 0.42em 0.6em 0.42em 0;
+ float: right;
+}
+div.tree-child,
+div.tree-child-last {
+ background-position: -65px center;
+}
+.tabledrag-toggle-weight-wrapper {
+ text-align: left; /* RTL */
+}
+
diff --git a/modules/system/system-behavior.css b/modules/system/system.base.css
index 343cff68a..785acf47c 100644
--- a/modules/system/system-behavior.css
+++ b/modules/system/system.base.css
@@ -1,7 +1,14 @@
/* $Id$ */
/**
- * Autocomplete
+ * @file
+ * Generic theme-independent base styles.
+ */
+
+/**
+ * Autocomplete.
+ *
+ * @see autocomplete.js
*/
/* Suggestion list */
#autocomplete {
@@ -22,10 +29,6 @@
white-space: pre;
cursor: default;
}
-#autocomplete li.selected {
- background: #0072b9;
- color: #fff;
-}
/* Animated throbber */
html.js input.form-autocomplete {
background-image: url(../../misc/throbber.gif);
@@ -37,7 +40,9 @@ html.js input.throbbing {
}
/**
- * Collapsing fieldsets
+ * Collapsible fieldsets.
+ *
+ * @see collapse.js
*/
html.js fieldset.collapsed {
border-bottom-width: 0;
@@ -54,22 +59,11 @@ fieldset.collapsible {
fieldset.collapsible .fieldset-legend {
display: block;
}
-html.js fieldset.collapsible .fieldset-legend {
- padding-left: 15px; /* LTR */
- background: url(../../misc/menu-expanded.png) 5px 65% no-repeat; /* LTR */
-}
-html.js fieldset.collapsed .fieldset-legend {
- background-image: url(../../misc/menu-collapsed.png); /* LTR */
- background-position: 5px 50%; /* LTR */
-}
-.fieldset-legend span.summary {
- font-size: 0.9em;
- color: #999;
- margin-left: 0.5em;
-}
/**
- * Resizable textareas
+ * Resizable textareas.
+ *
+ * @see textarea.js
*/
.form-textarea-wrapper textarea {
margin: 0;
@@ -89,7 +83,9 @@ html.js fieldset.collapsed .fieldset-legend {
}
/**
- * Table drag and drop
+ * TableDrag behavior.
+ *
+ * @see tabledrag.js
*/
body.drag {
cursor: move;
@@ -133,29 +129,29 @@ div.tree-child-horizontal {
.tabledrag-toggle-weight-wrapper {
text-align: right; /* LTR */
}
-.tabledrag-toggle-weight {
- font-size: 0.9em;
-}
-body div.tabledrag-changed-warning {
- margin-bottom: 0.5em;
-}
/**
- * Progress bar
+ * TableHeader behavior.
+ *
+ * @see tableheader.js
*/
-.progress {
- font-weight: bold;
+table.sticky-header {
+ background-color: #fff;
+ margin-top: 0;
}
+
+/**
+ * Progress behavior.
+ *
+ * @see progress.js
+ */
+/* Bar */
.progress .bar {
- border-radius: 3px;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- background: #ccc;
- border: 1px solid #666;
- margin: 0 0.2em;
+ background-color: #fff;
+ border: 1px solid;
}
.progress .filled {
- background: #0072b9 url(../../misc/progress.gif);
+ background-color: #000;
height: 1.5em;
width: 5px;
}
@@ -165,6 +161,7 @@ body div.tabledrag-changed-warning {
.progress-disabled {
float: left; /* LTR */
}
+/* Throbber */
.ajax-progress {
float: left; /* LTR */
}
@@ -183,65 +180,7 @@ tr .ajax-progress .throbber {
}
/**
- * Password strength indicator
- */
-.password-strength {
- width: 17em;
- float: right; /* LTR */
- margin-top: 1.4em;
-}
-.password-strength-title {
- display: inline;
-}
-.password-strength-text {
- float: right; /* LTR */
- font-weight: bold;
-}
-.password-indicator {
- background-color: #C4C4C4;
- height: 0.3em;
- width: 100%;
-}
-.password-indicator div {
- height: 100%;
- width: 0%;
- background-color: #47C965;
-}
-input.password-confirm,
-input.password-field {
- width: 16em;
- margin-bottom: 0.4em;
-}
-div.password-confirm {
- display: inline;
- padding-left: 1em;
-}
-div.form-item div.password-suggestions {
- padding: 0.2em 0.5em;
- margin: 0.7em 0;
- width: 38.5em;
- border: 1px solid #B4B4B4;
-}
-div.password-suggestions ul {
- margin-bottom: 0;
-}
-.password-parent {
- margin: 0;
- width: 34.3em;
-}
-
-/**
- * Password confirmation checker
- */
-.confirm-parent {
- margin: 0;
-}
-div.password-confirm {
- visibility: hidden;
-}
-
-/**
- * Inline items (need to override above)
+ * Inline items.
*/
.container-inline div,
.container-inline label {
@@ -252,6 +191,9 @@ div.password-confirm {
display: block;
}
+/**
+ * Prevent text wrapping.
+ */
.nowrap {
white-space: nowrap;
}
@@ -291,3 +233,25 @@ html.js .js-hide {
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
+
+/**
+ * Markup free clearing.
+ *
+ * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
+ */
+.clearfix:after {
+ content: ".";
+ display: block;
+ height: 0;
+ clear: both;
+ visibility: hidden;
+}
+/* IE6 */
+* html .clearfix {
+ height: 1%;
+}
+/* IE7 */
+*:first-child + html .clearfix {
+ min-height: 1%;
+}
+
diff --git a/modules/system/system.css b/modules/system/system.css
deleted file mode 100644
index 0acff828a..000000000
--- a/modules/system/system.css
+++ /dev/null
@@ -1,415 +0,0 @@
-/* $Id$ */
-
-/*
-** HTML elements
-*/
-fieldset {
- margin-bottom: 1em;
- padding: .5em;
-}
-form {
- margin: 0;
- padding: 0;
-}
-hr {
- height: 1px;
- border: 1px solid gray;
-}
-img {
- border: 0;
-}
-table {
- border-collapse: collapse;
-}
-th {
- text-align: left; /* LTR */
- padding-right: 1em; /* LTR */
- border-bottom: 3px solid #ccc;
-}
-th.active img {
- display: inline;
-}
-tr.even,
-tr.odd {
- background-color: #eee;
- border-bottom: 1px solid #ccc;
- padding: 0.1em 0.6em;
-}
-tr.drag {
- background-color: #fffff0;
-}
-tr.drag-previous {
- background-color: #ffd;
-}
-td.active {
- background-color: #ddd;
-}
-td.checkbox,
-th.checkbox {
- text-align: center;
-}
-tbody {
- border-top: 1px solid #ccc;
-}
-tbody th {
- border-bottom: 1px solid #ccc;
-}
-thead th {
- text-align: left; /* LTR */
- padding-right: 1em; /* LTR */
- border-bottom: 3px solid #ccc;
-}
-
-/*
-** Other common styles
-*/
-.breadcrumb {
- padding-bottom: .5em
-}
-.item-list .icon {
- color: #555;
- float: right; /* LTR */
- padding-left: 0.25em; /* LTR */
- clear: right; /* LTR */
-}
-.item-list .title {
- font-weight: bold;
-}
-.item-list ul {
- margin: 0 0 0.75em 0;
- padding: 0;
-}
-.item-list ul li {
- margin: 0 0 0.25em 1.5em; /* LTR */
- padding: 0;
-}
-.form-item {
- margin-top: 1em;
- margin-bottom: 1em;
-}
-tr.odd .form-item,
-tr.even .form-item {
- margin-top: 0;
- margin-bottom: 0;
- white-space: nowrap;
-}
-tr.merge-down,
-tr.merge-down td,
-tr.merge-down th {
- border-bottom-width: 0 !important;
-}
-tr.merge-up,
-tr.merge-up td,
-tr.merge-up th {
- border-top-width: 0 !important;
-}
-.form-item input.error,
-.form-item textarea.error,
-.form-item select.error {
- border: 2px solid red;
-}
-.form-item .description {
- font-size: 0.85em;
-}
-.form-item label {
- display: block;
- font-weight: bold;
-}
-.form-item label.option {
- display: inline;
- font-weight: normal;
-}
-.form-checkboxes,
-.form-radios {
- margin: 1em 0;
-}
-.form-checkboxes .form-item,
-.form-radios .form-item {
- margin-top: 0.4em;
- margin-bottom: 0.4em;
-}
-.form-type-radio .description,
-.form-type-checkbox .description {
- margin-left: 2.4em;
-}
-input.form-checkbox,
-input.form-radio {
- vertical-align: middle;
-}
-.marker,
-.form-required {
- color: #f00;
-}
-.more-help-link {
- text-align: right; /* LTR */
-}
-.more-help-link a,
-a.module-link {
- padding: 1px 0 1px 20px; /* LTR */
-}
-a.module-link {
- display: block;
- white-space: nowrap;
-}
-.more-help-link a,
-a.module-link-help {
- background: url(../../misc/help.png) 0 50% no-repeat; /* LTR */
-}
-a.module-link-permissions {
- background: url(../../misc/permissions.png) 0 50% no-repeat; /* LTR */
-}
-a.module-link-configure {
- background: url(../../misc/configure.png) 0 50% no-repeat; /* LTR */
-}
-.more-link {
- text-align: right; /* LTR */
-}
-.module-help {
- margin-left: 1em; /* LTR */
- float: right; /* LTR */
-}
-.item-list .pager {
- clear: both;
- text-align: center;
-}
-.item-list .pager li {
- background-image:none;
- display:inline;
- list-style-type:none;
- padding: 0.5em;
-}
-.pager-current {
- font-weight:bold;
-}
-.tips {
- margin-top: 0;
- margin-bottom: 0;
- padding-top: 0;
- padding-bottom: 0;
- font-size: 0.9em;
-}
-.compact-link {
- margin: 0 0 0.5em 0;
-}
-
-/*
-** Tab navigation
-*/
-ul.primary {
- border-collapse: collapse;
- padding: 0 0 0 1em; /* LTR */
- white-space: nowrap;
- list-style: none;
- margin: 5px;
- height: auto;
- line-height: normal;
- border-bottom: 1px solid #bbb;
-}
-ul.primary li {
- display: inline;
-}
-ul.primary li a {
- background-color: #ddd;
- border-color: #bbb;
- border-width: 1px;
- border-style: solid solid none solid;
- height: auto;
- margin-right: 0.5em; /* LTR */
- padding: 0 1em;
- text-decoration: none;
-}
-ul.primary li.active a {
- background-color: #fff;
- border: 1px solid #bbb;
- border-bottom: #fff 1px solid;
-}
-ul.primary li a:hover {
- background-color: #eee;
- border-color: #ccc;
- border-bottom-color: #eee;
-}
-ul.secondary {
- border-bottom: 1px solid #bbb;
- padding: 0.5em 1em;
- margin: 5px;
-}
-ul.secondary li {
- display: inline;
- padding: 0 1em;
- border-right: 1px solid #ccc; /* LTR */
-}
-ul.secondary a {
- padding: 0;
- text-decoration: none;
-}
-ul.secondary a.active {
- border-bottom: 4px solid #999;
-}
-
-/*
-** To be used with tableselect.js
-*/
-tr.selected td {
- background: #ffc;
-}
-
-/*
-** To be used with displace.js
-*/
-.displace-top,
-.displace-bottom {
- position: relative;
- width: 100%;
-}
-.displace-processed .displace-top,
-.displace-processed .displace-bottom {
- position: fixed;
- width: auto;
- left: 0;
- right: 0;
-}
-.displace-unsupported .displace-top,
-.displace-unsupported .displace-bottom {
- position: absolute;
-}
-
-/*
-** To be used with displace.js
-*/
-.displace-top,
-.displace-bottom {
- position: relative;
- width: 100%;
-}
-.displace-processed .displace-top,
-.displace-processed .displace-bottom {
- position: fixed;
- width: auto;
- left: 0;
- right: 0;
-}
-.displace-unsupported .displace-top,
-.displace-unsupported .displace-bottom {
- position: absolute;
-}
-
-/*
-** Floating header for tableheader.js
-*/
-table.sticky-header {
- margin-top: 0;
- background: #fff;
-}
-
-/*
-** Styles for the system modules page (admin/modules)
-*/
-#system-modules div.incompatible {
- font-weight: bold;
-}
-
-/*
-** Styles for the system themes page (admin/appearance)
-*/
-.system-themes-list {
- margin-bottom: 20px;
-}
-.system-themes-list-disabled {
- border-top: 1px solid #cdcdcd;
- padding-top: 20px;
-}
-.system-themes-list h2 {
- margin: 0;
-}
-.theme-selector {
- padding-top: 20px;
-}
-.theme-selector .screenshot,
-.theme-selector .no-screenshot {
- border: 1px solid #e0e0d8;
- padding: 2px;
- vertical-align: bottom;
- width: 294px;
- height: 219px;
- line-height: 219px;
- text-align: center;
-}
-.theme-default .screenshot {
- border: 1px solid #aaa;
-}
-.system-themes-list-enabled .theme-selector .screenshot,
-.system-themes-list-enabled .theme-selector .no-screenshot {
- float: left; /* LTR */
- margin: 0 20px 0 0; /* LTR */
-}
-.system-themes-list-disabled .theme-selector .screenshot,
-.system-themes-list-disabled .theme-selector .no-screenshot {
- width: 194px;
- height: 144px;
- line-height: 144px;
-}
-.theme-selector h3 {
- font-weight: normal;
-}
-.theme-default h3 {
- font-weight: bold;
-}
-.system-themes-list-enabled .theme-selector h3 {
- margin-top: 0;
-}
-.system-themes-list-disabled .theme-selector {
- width: 300px;
- float: left; /* LTR */
- padding: 20px 20px 20px 0; /* LTR */
-}
-.system-themes-list-enabled .theme-info {
- max-width: 940px;
-}
-.system-themes-list-disabled .theme-info {
- min-height: 170px;
-}
-.theme-selector .incompatible {
- margin-top: 10px;
- font-weight: bold;
-}
-.theme-selector .operations {
- margin: 10px 0 0 0;
- padding: 0;
-}
-.theme-selector .operations li {
- float: left; /* LTR */
- margin: 0;
- padding: 0 0.7em;
- list-style-type: none;
- border-right: 1px solid #cdcdcd; /* LTR */
-}
-.theme-selector .operations li.last {
- padding: 0 0 0 0.7em; /* LTR */
- border-right: none; /* LTR */
-}
-.theme-selector .operations li.first {
- padding: 0 0.7em 0 0; /* LTR */
-}
-#system-themes-admin-form {
- clear: left;
-}
-
-/*
-** Markup free clearing
-** Details: http://perishablepress.com/press/2009/12/06/new-clearfix-hack
-*/
-.clearfix:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
-}
-/* IE6 */
-* html .clearfix {
- height: 1%;
-}
-/* IE7 */
-*:first-child + html .clearfix {
- min-height: 1%;
-}
diff --git a/modules/system/maintenance.css b/modules/system/system.maintenance.css
index acd2917a2..a4a64c17e 100644
--- a/modules/system/maintenance.css
+++ b/modules/system/system.maintenance.css
@@ -1,6 +1,8 @@
/* $Id$ */
-/* Update styles */
+/**
+ * Update styles
+ */
#update-results {
margin-top: 3em;
padding: 0.25em;
@@ -22,7 +24,9 @@
color: #b63300;
}
-/* authorize.php styles */
+/**
+ * Authorize.php styles
+ */
.connection-settings-update-filetransfer-default-wrapper {
float: left;
}
diff --git a/modules/system/system.menus-rtl.css b/modules/system/system.menus-rtl.css
new file mode 100644
index 000000000..9241db7cd
--- /dev/null
+++ b/modules/system/system.menus-rtl.css
@@ -0,0 +1,38 @@
+/* $Id$ */
+
+/**
+ * @file
+ * RTL styles for menus and navigation markup.
+ */
+
+ul.menu {
+ text-align:right;
+}
+ul.menu li {
+ margin: 0 0.5em 0 0;
+}
+ul li.collapsed {
+ list-style-image: url(../../misc/menu-collapsed-rtl.png);
+}
+li.expanded,
+li.collapsed,
+li.leaf {
+ padding: 0.2em 0 0 0.5em;
+}
+
+/**
+ * Markup generated by theme_menu_local_tasks().
+ */
+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;
+}
diff --git a/modules/system/system.menus.css b/modules/system/system.menus.css
new file mode 100644
index 000000000..52e9dd35e
--- /dev/null
+++ b/modules/system/system.menus.css
@@ -0,0 +1,119 @@
+/* $Id$ */
+
+/**
+ * @file
+ * Styles for menus and navigation markup.
+ */
+
+/**
+ * Markup generated by theme_menu_tree().
+ */
+ul.menu {
+ list-style: none;
+ border: none;
+ text-align:left; /* LTR */
+}
+ul.menu li {
+ margin: 0 0 0 0.5em; /* LTR */
+}
+ul li.expanded {
+ list-style-type: circle;
+ list-style-image: url(../../misc/menu-expanded.png);
+}
+ul li.collapsed {
+ list-style-type: disc;
+ list-style-image: url(../../misc/menu-collapsed.png); /* LTR */
+}
+ul li.leaf {
+ list-style-type: square;
+ list-style-image: url(../../misc/menu-leaf.png);
+}
+li.expanded,
+li.collapsed,
+li.leaf {
+ padding: 0.2em 0.5em 0 0; /* LTR */
+ margin: 0;
+}
+li a.active {
+ color: #000;
+}
+td.menu-disabled {
+ background: #ccc;
+}
+
+/**
+ * Markup generated by theme_links().
+ */
+ul.links {
+ margin: 0;
+ padding: 0;
+}
+ul.links.inline {
+ display: inline;
+}
+ul.links li {
+ display: inline;
+ list-style-type: none;
+ padding: 0 0.5em;
+}
+
+/**
+ * Markup generated by theme_breadcrumb().
+ */
+.breadcrumb {
+ padding-bottom: .5em;
+}
+
+/**
+ * Markup generated by theme_menu_local_tasks().
+ */
+ul.primary {
+ border-collapse: collapse;
+ padding: 0 0 0 1em; /* LTR */
+ white-space: nowrap;
+ list-style: none;
+ margin: 5px;
+ height: auto;
+ line-height: normal;
+ border-bottom: 1px solid #bbb;
+}
+ul.primary li {
+ display: inline;
+}
+ul.primary li a {
+ background-color: #ddd;
+ border-color: #bbb;
+ border-width: 1px;
+ border-style: solid solid none solid;
+ height: auto;
+ margin-right: 0.5em; /* LTR */
+ padding: 0 1em;
+ text-decoration: none;
+}
+ul.primary li.active a {
+ background-color: #fff;
+ border: 1px solid #bbb;
+ border-bottom: #fff 1px solid;
+}
+ul.primary li a:hover {
+ background-color: #eee;
+ border-color: #ccc;
+ border-bottom-color: #eee;
+}
+ul.secondary {
+ border-bottom: 1px solid #bbb;
+ padding: 0.5em 1em;
+ margin: 5px;
+}
+ul.secondary li {
+ display: inline;
+ padding: 0 1em;
+ border-right: 1px solid #ccc; /* LTR */
+}
+ul.secondary a {
+ padding: 0;
+ text-decoration: none;
+}
+ul.secondary a.active {
+ border-bottom: 4px solid #999;
+}
diff --git a/modules/system/system-messages.css b/modules/system/system.messages.css
index b1a1406ee..46338f46d 100644
--- a/modules/system/system-messages.css
+++ b/modules/system/system.messages.css
@@ -1,4 +1,9 @@
-/* $Id */
+/* $Id$ */
+
+/**
+ * @file
+ * Styles for system messages.
+ */
div.messages {
background-position: 8px 8px; /* LTR */
@@ -7,6 +12,7 @@ div.messages {
margin: 6px 0;
padding: 10px 10px 10px 50px; /* LTR */
}
+
div.status {
background-image: url(../../misc/message-24-ok.png);
border-color: #be7;
@@ -19,6 +25,7 @@ div.status,
table tr.ok {
background-color: #f8fff0;
}
+
div.warning {
background-image: url(../../misc/message-24-warning.png);
border-color: #ed5;
@@ -31,6 +38,7 @@ div.warning,
table tr.warning {
background-color: #fffce5;
}
+
div.error {
background-image: url(../../misc/message-24-error.png);
border-color: #ed541d;
@@ -46,6 +54,7 @@ table tr.error {
div.error p.error {
color: #333;
}
+
div.messages ul {
margin: 0 0 0 1em; /* LTR */
padding: 0;
diff --git a/modules/system/system.theme-rtl.css b/modules/system/system.theme-rtl.css
new file mode 100644
index 000000000..a4b775928
--- /dev/null
+++ b/modules/system/system.theme-rtl.css
@@ -0,0 +1,59 @@
+/* $Id$ */
+
+/**
+ * @file
+ * RTL styles for common markup.
+ */
+
+/**
+ * HTML elements.
+ */
+th {
+ text-align: right;
+ padding-right: 0;
+ padding-left: 1em;
+}
+thead th {
+ text-align: right;
+ padding-left: 1em;
+ padding-right: 0.5em;
+}
+
+/**
+ * Markup generated by theme_item_list().
+ */
+.item-list ul li {
+ margin: 0 1.5em 0.25em 0;
+}
+
+/**
+ * Markup generated by theme_more_link().
+ */
+.more-link {
+ text-align: left;
+}
+
+/**
+ * Markup generated by theme_more_help_link().
+ */
+.more-help-link {
+ text-align: left;
+}
+.more-help-link a {
+ padding: 1px 20px 1px 0;
+ background-position: 100% 50%;
+}
+
+/**
+ * Collapsible fieldsets.
+ */
+html.js fieldset.collapsible .fieldset-legend {
+ padding-left: 0;
+ padding-right: 15px;
+ background-position: 98% 75%;
+}
+html.js fieldset.collapsed .fieldset-legend {
+ background-image: url(../../misc/menu-collapsed-rtl.png);
+ background-position: 98% 50%;
+}
+
diff --git a/modules/system/system.theme.css b/modules/system/system.theme.css
new file mode 100644
index 000000000..35609e48b
--- /dev/null
+++ b/modules/system/system.theme.css
@@ -0,0 +1,239 @@
+/* $Id$ */
+
+/**
+ * @file
+ * Basic styling for common markup.
+ */
+
+/**
+ * HTML elements.
+ */
+fieldset {
+ margin-bottom: 1em;
+ padding: .5em;
+}
+form {
+ margin: 0;
+ padding: 0;
+}
+hr {
+ height: 1px;
+ border: 1px solid gray;
+}
+img {
+ border: 0;
+}
+table {
+ border-collapse: collapse;
+}
+th {
+ text-align: left; /* LTR */
+ padding-right: 1em; /* LTR */
+ border-bottom: 3px solid #ccc;
+}
+thead th {
+ text-align: left; /* LTR */
+ padding-right: 1em; /* LTR */
+ border-bottom: 3px solid #ccc;
+}
+tbody {
+ border-top: 1px solid #ccc;
+}
+tr.even,
+tr.odd {
+ background-color: #eee;
+ border-bottom: 1px solid #ccc;
+ padding: 0.1em 0.6em;
+}
+
+/**
+ * Markup generated by theme_tablesort_indicator().
+ */
+th.active img {
+ display: inline;
+}
+td.active {
+ background-color: #ddd;
+}
+
+/**
+ * Markup generated by theme_item_list().
+ */
+.item-list .title {
+ font-weight: bold;
+}
+.item-list ul {
+ margin: 0 0 0.75em 0;
+ padding: 0;
+}
+.item-list ul li {
+ margin: 0 0 0.25em 1.5em; /* LTR */
+ padding: 0;
+}
+
+/**
+ * Markup generated by Form API.
+ */
+.form-item {
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+tr.odd .form-item,
+tr.even .form-item {
+ margin-top: 0;
+ margin-bottom: 0;
+ white-space: nowrap;
+}
+.form-item .description {
+ font-size: 0.85em;
+}
+.form-item label {
+ display: block;
+ font-weight: bold;
+}
+.form-item label.option {
+ display: inline;
+ font-weight: normal;
+}
+.form-checkboxes,
+.form-radios {
+ margin: 1em 0;
+}
+.form-checkboxes .form-item,
+.form-radios .form-item {
+ margin-top: 0.4em;
+ margin-bottom: 0.4em;
+}
+.form-type-radio .description,
+.form-type-checkbox .description {
+ margin-left: 2.4em;
+}
+input.form-checkbox,
+input.form-radio {
+ vertical-align: middle;
+}
+.marker,
+.form-required {
+ color: #f00;
+}
+.form-item input.error,
+.form-item textarea.error,
+.form-item select.error {
+ border: 2px solid red;
+}
+
+/**
+ * Markup generated by theme_more_link().
+ */
+.more-link {
+ text-align: right; /* LTR */
+}
+
+/**
+ * Markup generated by theme_more_help_link().
+ */
+.more-help-link {
+ text-align: right; /* LTR */
+}
+.more-help-link a {
+ background: url(../../misc/help.png) 0 50% no-repeat; /* LTR */
+ padding: 1px 0 1px 20px; /* LTR */
+}
+
+/**
+ * Markup generated by theme_pager().
+ */
+.item-list .pager {
+ clear: both;
+ text-align: center;
+}
+.item-list .pager li {
+ background-image:none;
+ display:inline;
+ list-style-type:none;
+ padding: 0.5em;
+}
+.pager-current {
+ font-weight:bold;
+}
+
+/**
+ * Autocomplete.
+ *
+ * @see autocomplete.js
+ */
+/* Suggestion list */
+#autocomplete li.selected {
+ background: #0072b9;
+ color: #fff;
+}
+
+/**
+ * Collapsible fieldsets.
+ *
+ * @see collapse.js
+ */
+html.js fieldset.collapsible .fieldset-legend {
+ padding-left: 15px; /* LTR */
+ background: url(../../misc/menu-expanded.png) 5px 65% no-repeat; /* LTR */
+}
+html.js fieldset.collapsed .fieldset-legend {
+ background-image: url(../../misc/menu-collapsed.png); /* LTR */
+ background-position: 5px 50%; /* LTR */
+}
+.fieldset-legend span.summary {
+ font-size: 0.9em;
+ color: #999;
+ margin-left: 0.5em;
+}
+
+/**
+ * TableDrag behavior.
+ *
+ * @see tabledrag.js
+ */
+tr.drag {
+ background-color: #fffff0;
+}
+tr.drag-previous {
+ background-color: #ffd;
+}
+.tabledrag-toggle-weight {
+ font-size: 0.9em;
+}
+body div.tabledrag-changed-warning {
+ margin-bottom: 0.5em;
+}
+
+/**
+ * TableSelect behavior.
+ *
+ * @see tableselect.js
+*/
+tr.selected td {
+ background: #ffc;
+}
+td.checkbox,
+th.checkbox {
+ text-align: center;
+}
+
+/**
+ * Progress bar.
+ *
+ * @see progress.js
+ */
+.progress {
+ font-weight: bold;
+}
+.progress .bar {
+ background: #ccc;
+ border-color: #666;
+ margin: 0 0.2em;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ border-radius: 3px;
+}
+.progress .filled {
+ background: #0072b9 url(../../misc/progress.gif);
+}