issue115, fix style of tag-result icon-bar
[phpfspot.git] / themes / default / stylesheet.css
index 9fe2c4e5bfb5193b5dab35e3773978ae21b818f2..4aa376cea511d9bd6bdf790583cba0dc6df406f5 100644 (file)
@@ -86,27 +86,36 @@ div.header {
    vertical-align:         middle;
    white-space:            nowrap;
    text-align:             left;
+   height:                 2em;
 }
 
-div.subheader {
-   background-color:       #eeeeee;
-   padding:                5px 10px 5px 10px;
-   vertical-align:         middle;
+div.header_title {
    white-space:            nowrap;
    text-align:             left; 
    float:                  left;
 }
 
+div.header_menu {
+   text-align:             right;
+}
+
 div.tagresult{ 
    height:                 1px; 
    background-color:       #ffffff;
 }
 
 div.tagresulttags{
-   display:                table-cell; 
+   padding:                5px 0px 5px 10px;
+   background-color:       #eeeeee;
    vertical-align:         middle;
 }
 
+div.tagresulttag{
+   padding:                0 0 0 5px;
+   background-color:       #eeeeee;
+   display:                inline;
+}
+
 div.photo{ 
    text-align:             left; 
    margin-top:             20px;
@@ -140,10 +149,6 @@ div.indexnavigationcenter{
    text-align:             center;
 }
 
-div.textright { 
-   text-align:             right;
-}
-
 div.welcome { 
    padding:                10px; 
    margin-left:            10px;  
@@ -222,7 +227,9 @@ div.thumb a.thumblink:hover {
    color:                  #4761ab;
 }
 
-.clearboth { clear: both; }
+.cb {
+   clear:                  both;
+}
 
 #photo_details {
    width:                  150px;
@@ -326,4 +333,4 @@ input, select, textarea {
 
 #slider-1{ 
    margin:                 0 auto;
-}
\ No newline at end of file
+}