issue115, fix style of tag-result icon-bar
[phpfspot.git] / themes / default / stylesheet.css
index 07571c9b58f304777b698b751c9b8b7e79995b73..4aa376cea511d9bd6bdf790583cba0dc6df406f5 100644 (file)
@@ -86,14 +86,17 @@ 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{ 
@@ -102,8 +105,15 @@ div.tagresult{
 }
 
 div.tagresulttags{
-   padding:                5px 10px 5px 10px;
+   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{ 
@@ -139,10 +149,6 @@ div.indexnavigationcenter{
    text-align:             center;
 }
 
-div.textright { 
-   text-align:             right;
-}
-
 div.welcome { 
    padding:                10px; 
    margin-left:            10px;  
@@ -221,7 +227,9 @@ div.thumb a.thumblink:hover {
    color:                  #4761ab;
 }
 
-.clearboth { clear: both; }
+.cb {
+   clear:                  both;
+}
 
 #photo_details {
    width:                  150px;