aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/default-layout.css
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-06-24 12:04:45 +0000
committerchrisaga <chrisaga@piwigo.org>2006-06-24 12:04:45 +0000
commitea565c7c5678d5261a5db831bba860d2781286e0 (patch)
treeaecf4269b36127ebc90d2740191eb47e5b7bf737 /template/yoga/admin/default-layout.css
parent0a07def154da2ba43677501d26b41a7ebc618100 (diff)
remove unused css file and rules in template
move css rules used only in admin section to a new admin/default-layout.css file step one admin/default-layout.css is still imported in default-layout.css git-svn-id: http://piwigo.org/svn/trunk@1392 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/default-layout.css')
-rw-r--r--template/yoga/admin/default-layout.css94
1 files changed, 94 insertions, 0 deletions
diff --git a/template/yoga/admin/default-layout.css b/template/yoga/admin/default-layout.css
new file mode 100644
index 000000000..f3e6e8adb
--- /dev/null
+++ b/template/yoga/admin/default-layout.css
@@ -0,0 +1,94 @@
+BODY#theAdminPage #theHeader P {
+ display: none;
+}
+
+/* History tables */
+TABLE.table2 {
+ border: 1px solid black;
+ margin: 1em auto;
+ padding: 0;
+}
+
+TABLE.table2 TD, TABLE.table2 TH {
+ padding: 0 1em;
+}
+
+TABLE.table2 TR {
+ text-align: left;
+}
+
+TABLE.table2 TR.throw {
+ text-align: center;
+}
+
+.hour {
+ white-space: pre;
+}
+
+.number {
+ text-align: right;
+}
+
+TABLE#dailyStats {
+ width: 60%;
+}
+
+TABLE#detailedStats {
+ width: 80%;
+}
+
+/* categoryOrdering */
+SELECT.categoryList {
+ width: 100%;
+}
+
+FORM#categoryOrdering {
+ padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
+ padding-right: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
+}
+FORM#categoryOrdering p {
+ text-align: left;
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+UL.categoryUl {
+ list-style: none;
+ padding: 0;
+ margin: 0;
+}
+
+LI.categoryLi {
+ border: 1px solid gray;
+ padding: 0px 5px;
+ margin-bottom: 5px;
+}
+
+FORM#categoryOrdering UL.categoryActions {
+ float: right;
+ margin-top: 5px;
+}
+/* */
+
+FORM#cat_modify TABLE { width: auto; }
+
+FIELDSET.elementEdit A {
+ display: block;
+ float: right;
+}
+
+TABLE.doubleSelect {
+ text-align: center;
+ margin: 0 auto;
+ width: 100%;
+}
+
+TABLE.doubleSelect TD {
+ padding: 0 5px;
+ width: 50%;
+}
+
+FORM#categoryPermissions LI {
+ display:inline;
+ white-space: nowrap;
+}
+