aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-06-22 19:37:56 +0000
committerrvelices <rv-github@modusoptimus.com>2010-06-22 19:37:56 +0000
commit5b19405ff246ddf6bcba6ba2cc039f2a502754ac (patch)
tree5a7d4abde09772702c53c28be5279fedd86f1611
parent913e3a8c41a1ca7bc8195f57a2d4ffef5300aed6 (diff)
removed use of fix-khtml.css (I tried Safari and it does not need it)
git-svn-id: http://piwigo.org/svn/branches/2.1@6575 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--themes/default/local_head.tpl2
-rw-r--r--themes/default/theme.css18
2 files changed, 9 insertions, 11 deletions
diff --git a/themes/default/local_head.tpl b/themes/default/local_head.tpl
index 49d8ca78c..728feb21f 100644
--- a/themes/default/local_head.tpl
+++ b/themes/default/local_head.tpl
@@ -1,5 +1,3 @@
-{* the next css is used to fix khtml (Konqueror/Safari) issue the "text/nonsense" prevents gecko based browsers to load it *}
-<link rel="stylesheet" type="text/nonsense" href="{$ROOT_URL}themes/default/fix-khtml.css">
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie5-ie6.css">
<![endif]-->
diff --git a/themes/default/theme.css b/themes/default/theme.css
index a7fa56b83..36b1522f2 100644
--- a/themes/default/theme.css
+++ b/themes/default/theme.css
@@ -25,7 +25,7 @@
/* H2 properties copied here */
#menubar DT {
font-weight: bold;
- padding: 5px 5px 5px 5px;
+ padding: 5px;
font-size: 120%;
text-align: center;
}
@@ -219,7 +219,7 @@ DIV.calImg {
.calBackDate {
padding-left: 4px;
- padding-top: 0px;
+ padding-top: 0;
z-index: 2;
position: absolute;
vertical-align: top;
@@ -252,7 +252,7 @@ DIV.calImg {
.content DIV.thumbnailCategory {
display:block;
- padding: 2px 0px 0px 2px;
+ padding: 2px 0 0 2px;
margin: 5px;
}
@@ -627,7 +627,7 @@ UL.actions A, UL.actions IMG {
UL.tagSelection {
width: 99%;
- margin: 1em 0 1em 0;
+ margin: 1em 0;
padding: 0;
}
@@ -642,7 +642,7 @@ UL.tagSelection LI {
font-size: 120%;
text-align: justify;
padding: 0;
- margin: 1em 2em 1em 2em;
+ margin: 1em 2em;
}
#fullTagCloud SPAN {
@@ -813,7 +813,7 @@ INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rate
padding: 10px 50px 10px 10px;
}
-/* Informations box in administration */
+/* Informations box */
.infos {
color: #002000;
background-color: #98fb98; /* palegreen */
@@ -834,16 +834,16 @@ INPUT.rateButton, INPUT.rateButtonSelected, INPUT.rateButtonStarFull, INPUT.rate
padding: 1px;
}
-/* Header notes box in public/administration */
+/* Header notes box */
.header_notes {
- border: 1px solid #aaaaaa; /* border color and style */
+ border: 1px solid #aaa;
text-align: center;
background-image: url(icon/note.png);
background-repeat: no-repeat;
background-position: top left;
font-weight: bold;
margin: 14px;
- padding: 5px 00px 0px 0px;
+ padding: 5px 0 0 0;
}
LEGEND {