aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-12-29 22:01:03 +0000
committerrvelices <rv-github@modusoptimus.com>2010-12-29 22:01:03 +0000
commita129f6b257b4e802e4345fd7b01fdc6b75f3963c (patch)
tree3611bc2a106131bd56348e903b6eb1d0eb1db635 /admin
parent788a600d78fd974798ca1f3c91429f4e567f0413 (diff)
some admin theme cleanup - remove unused css, unused icons
git-svn-id: http://piwigo.org/svn/trunk@8382 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/clear/icon/collapse.gifbin878 -> 0 bytes
-rw-r--r--admin/themes/clear/icon/expand.gifbin900 -> 0 bytes
-rw-r--r--admin/themes/clear/icon/plugin_active.gifbin135 -> 0 bytes
-rw-r--r--admin/themes/clear/icon/plugin_inactive.gifbin134 -> 0 bytes
-rw-r--r--admin/themes/clear/theme.css10
-rw-r--r--admin/themes/default/default-layout.css23
-rw-r--r--admin/themes/default/icon/plugin_active.gifbin108 -> 0 bytes
-rw-r--r--admin/themes/default/icon/plugin_inactive.gifbin107 -> 0 bytes
-rw-r--r--admin/themes/roma/icon/home.pngbin726 -> 0 bytes
-rw-r--r--admin/themes/roma/theme.css17
10 files changed, 0 insertions, 50 deletions
diff --git a/admin/themes/clear/icon/collapse.gif b/admin/themes/clear/icon/collapse.gif
deleted file mode 100644
index 6bf0b0657..000000000
--- a/admin/themes/clear/icon/collapse.gif
+++ /dev/null
Binary files differ
diff --git a/admin/themes/clear/icon/expand.gif b/admin/themes/clear/icon/expand.gif
deleted file mode 100644
index 96261b426..000000000
--- a/admin/themes/clear/icon/expand.gif
+++ /dev/null
Binary files differ
diff --git a/admin/themes/clear/icon/plugin_active.gif b/admin/themes/clear/icon/plugin_active.gif
deleted file mode 100644
index 5134d95a7..000000000
--- a/admin/themes/clear/icon/plugin_active.gif
+++ /dev/null
Binary files differ
diff --git a/admin/themes/clear/icon/plugin_inactive.gif b/admin/themes/clear/icon/plugin_inactive.gif
deleted file mode 100644
index 9a3c80617..000000000
--- a/admin/themes/clear/icon/plugin_inactive.gif
+++ /dev/null
Binary files differ
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index baa9315dd..da1d04ef5 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -88,16 +88,6 @@ h3, #imageToolBar a:hover, .content, .throw, .row1 { background-color: #ddd; }
.content dl, dd { margin:5px; }
.content div.titrePage { height:40px; }
-.instructions { text-align:left; padding-top:5px;}
-.instructions LI { margin-bottom:5px; }
-.instructionBlock {border: 1px solid #999; margin: 5px; overflow: hidden;}
-.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded {background-color:#eee; background-position:15px center;
-background-repeat:no-repeat; color:#999; cursor:pointer; font-size:110%; overflow:hidden; padding:8px 41px;}
-.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span {border-bottom: none; }
-
-.instructionBlockHeaderCollapsed { background-image: url(icon/expand.gif);}
-.instructionBlockHeaderExpanded { background-image: url(icon/collapse.gif);}
-.instructionBlockContent { padding:0 15px 15px;}
SPAN.pwgScreen { font-style:italic; border-bottom:1px dotted #666}
UL.thumbnails span.wrap2:hover { background-color:#eee; border:1px solid #0cc9c; color:#999; }
diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css
index 0f3f7ddd6..3c8aa7e2e 100644
--- a/admin/themes/default/default-layout.css
+++ b/admin/themes/default/default-layout.css
@@ -43,30 +43,8 @@ TABLE.languages {
}
TABLE.plugins A { border: 0; }
TABLE.plugins TR TD { padding: 4px 10px; }
-TABLE.plugins TR TD.pluginState { padding: 4px 16px; }
TABLE.languages TR TD { padding: 7px 20px; }
-TABLE.plugins TR TD.active,
-TABLE.languages TR TD.active {
- background: url(icon/plugin_active.gif) no-repeat center left;
- background-color: inherit; /* IE need it */
-}
-
-TABLE.plugins TR TD.inactive {
- background: url(icon/plugin_inactive.gif) no-repeat center left;
- background-color: inherit; /* IE need it */
-}
-
-TABLE.plugins ul.pluginsActions {
- float: left;
- padding: 0;
- margin: 0;
- width: 60px;
- list-style: none;
- text-align: center;
-}
-
-TABLE.plugins ul.pluginsActions li { display: inline; }
/* categoryOrdering */
FORM#categoryOrdering .orderParams {
@@ -289,7 +267,6 @@ float:left;
#pwgHead {color:#aaa;}
#pwgHead A {color:#ccc;}
#pwgHead A:hover {color:#fff;border-bottom:1px solid #fff}
-#pwgHead A#instructions:hover {border:none;}
#headActions {float:right; height:46px; line-height:46px; margin-right:10px;}
diff --git a/admin/themes/default/icon/plugin_active.gif b/admin/themes/default/icon/plugin_active.gif
deleted file mode 100644
index fe49227da..000000000
--- a/admin/themes/default/icon/plugin_active.gif
+++ /dev/null
Binary files differ
diff --git a/admin/themes/default/icon/plugin_inactive.gif b/admin/themes/default/icon/plugin_inactive.gif
deleted file mode 100644
index 19d551865..000000000
--- a/admin/themes/default/icon/plugin_inactive.gif
+++ /dev/null
Binary files differ
diff --git a/admin/themes/roma/icon/home.png b/admin/themes/roma/icon/home.png
deleted file mode 100644
index 81b6bddb7..000000000
--- a/admin/themes/roma/icon/home.png
+++ /dev/null
Binary files differ
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 30a1a3c35..ff598ed40 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -57,24 +57,7 @@ h3, #imageToolBar a:hover, .row2, .content { background-color: #222; }
.content dl, dd { margin:5px; }
.content div.titrePage {}
-.instructions { height:450px; overflow:scroll; padding:0 20px 0; text-align:left; margin-bottom: 20px;
-font-size:14px; line-height:21px; }
-.instructions { overflow-y:scroll; overflow-x:hidden; }
-.instructions h3 { text-align: center; margin: 30px 0 0 0; }
-.instructions { text-align:left; padding-top:5px;}
-.instructions LI { margin-bottom:5px; }
-.instructionBlock {border: 1px solid #666; margin: 5px; overflow: hidden;}
-.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded {background-color:#111; background-position:15px center;
-background-repeat:no-repeat; color:#444; cursor:pointer; font-size:110%; overflow:hidden; padding:8px 41px;}
-.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span {border-bottom: 1px solid #444; }
- .instructionBlockHeaderCollapsed:hover span, .instructionBlockHeaderExpanded:hover span,
- .instructionBlockHeaderCollapsed:focus span, .instructionBlockHeaderExpanded:focus span { border-bottom-color: #111; }
-
-.instructionBlockHeaderCollapsed { background-image: url(../../icon/expand.png);}
-.instructionBlockHeaderExpanded { background-image: url(../../icon/collapse.png);}
-.instructionBlockContent { padding:0 15px 15px;}
-SPAN.pwgScreen { font-style:italic; border-bottom:1px dotted #666}
UL.thumbnails span.wrap2:hover { background-color:#111; border:1px solid #FF3363; color:#666; }
UL.thumbnails span.wrap2 { border:1px solid #666; padding: 4px; }