use smaller action icons
[phpfspot.git] / themes / default / stylesheet.css
index cfc62236d9118db98f9b8bfe8f6958d20ed17723..d67f3ac27db205fd5b04ccdc945d154e87e19910 100644 (file)
@@ -45,14 +45,14 @@ table, tr, td {
    padding:                0px;
 }
 
-td.searchfor {
-   border-bottom:          solid 1px #000000;
+div.searchfor {
    padding-top:            10px;
-   padding-bottom:         10px;
    padding-right:          10px;
+   padding-bottom:          10px;
    line-height:            21px;
    font-size:              12px;
    vertical-align:         middle;
+   border-bottom:          solid 1px #000000;
 }
 
 .menu {
@@ -83,6 +83,13 @@ div.header {
    white-space:            nowrap;
 }
 
+div.subheader {
+   background-color:       #eeeeee;
+   padding:                5px 10px 5px 10px;
+   vertical-align:         middle;
+   white-space:            nowrap;
+}
+
 img {
    border:                none;
 }
@@ -158,6 +165,21 @@ div.thumb a.thumblink:hover {
    border-radius:          1em;
    border:                 dashed 1px #888888;
    z-index:                100;
+   float:                  right;
+   margin-top:             20px;
+   margin-right:           20px;
+}
+
+#HTML_AJAX_LOADING {
+   position:               fixed;
+   z-index:                1000;
+   top:                    90px;
+   right:                  10px;
+   background-color:       #ffffff;
+   padding:                10px;
+   -moz-border-radius:     1em;
+   border-radius:          1em;
+   border:                 dashed 1px #aaaaaa;
 }
 
 #available_tags,#selected_tags {
@@ -203,6 +225,15 @@ table.calendar tr td {
    vertical-align:         middle;
 }
 
+#whiteline {
+   height:                 1px;
+   background-color:       #ffffff;
+}
+
+#index {
+   margin-top:             5px;
+}
+
 input.submit,input.checkbox {
    background-color:       transparent;
    border:                 0px;