use smaller action icons
[phpfspot.git] / themes / default / stylesheet.css
index 5c29ddf9ba3c56a97122a528bc1fefacf2a070eb..d67f3ac27db205fd5b04ccdc945d154e87e19910 100644 (file)
@@ -45,22 +45,14 @@ table, tr, td {
    padding:                0px;
 }
 
-td.available_tags,td.selected_tags {
-   border-bottom:          solid 1px #000000;
+div.searchfor {
    padding-top:            10px;
-   padding-bottom:         10px;
-   padding-right:          10px;
-   line-height:            21px;
-}
-
-td.searchfor {
-   border-bottom:          solid 1px #000000;
-   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 {
@@ -84,24 +76,24 @@ td.searchfor {
    font-weight:            bolder;
 }
 
-td.index_header,div.index_header {
+div.header {
    background-color:       #eeeeee;
    padding:                10px;
    vertical-align:         middle;
    white-space:            nowrap;
 }
 
-td.content_title,div.content_title {
+div.subheader {
    background-color:       #eeeeee;
-   padding:                10px;
+   padding:                5px 10px 5px 10px;
    vertical-align:         middle;
+   white-space:            nowrap;
 }
 
 img {
    border:                none;
 }
 
-
 a {
    font-size:              14px;
    color:                  #008200;
@@ -172,11 +164,32 @@ div.thumb a.thumblink:hover {
    -moz-border-radius:     1em;
    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 {
+#available_tags,#selected_tags {
    clip:                   auto;
    overflow:               auto;
+   border-bottom:          solid 1px #000000;
+   padding-top:            10px;
+   padding-bottom:         10px;
+   padding-right:          10px;
+   line-height:            21px;
 }
 
 table.calendar tr td {
@@ -212,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;
@@ -223,4 +245,3 @@ input, select, textarea {
    border:                 1px solid #888888;
    border-collapse:        collapse;
 }
-