projects
/
phpfspot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
issue114, pimp AJAX-loading notification
[phpfspot.git]
/
themes
/
default
/
stylesheet.css
diff --git
a/themes/default/stylesheet.css
b/themes/default/stylesheet.css
index 3239fe3772e9dd0438648c9a5d2fe1e6294ef10f..4a127e8c50492fed1d0097a41d5d4e1540d92002 100644
(file)
--- a/
themes/default/stylesheet.css
+++ b/
themes/default/stylesheet.css
@@
-45,22
+45,14
@@
table, tr, td {
padding: 0px;
}
padding: 0px;
}
-td.available_tags,td.selected_tags {
- border-bottom: solid 1px #000000;
- padding-top: 10px;
- padding-bottom: 10px;
- padding-right: 10px;
- line-height: 21px;
-}
-
-td.searchfor {
- border-bottom: solid 1px #000000;
+div.searchfor {
padding-top: 10px;
padding-top: 10px;
- padding-bottom: 10px;
padding-right: 10px;
padding-right: 10px;
+ padding-bottom: 10px;
line-height: 21px;
font-size: 12px;
vertical-align: middle;
line-height: 21px;
font-size: 12px;
vertical-align: middle;
+ border-bottom: solid 1px #000000;
}
.menu {
}
.menu {
@@
-166,11
+158,28
@@
div.thumb a.thumblink:hover {
border-radius: 1em;
border: dashed 1px #888888;
z-index: 100;
border-radius: 1em;
border: dashed 1px #888888;
z-index: 100;
+ float: right;
+ margin-top: 20px;
+ margin-right: 20px;
}
}
-#available_tags {
+#HTML_AJAX_LOADING {
+ position: fixed;
+ z-index: 1000;
+ top: 80px;
+ right: 10px;
+ background-color: #ffffff;
+ padding: 10px;
+}
+
+#available_tags,#selected_tags {
clip: auto;
overflow: auto;
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 {
}
table.calendar tr td {
@@
-217,4
+226,3
@@
input, select, textarea {
border: 1px solid #888888;
border-collapse: collapse;
}
border: 1px solid #888888;
border-collapse: collapse;
}
-