--- a/web/static/css/workspace.css Fri Aug 27 08:25:18 2010 +0200
+++ b/web/static/css/workspace.css Wed Sep 01 09:50:05 2010 +0200
@@ -1,3 +1,4 @@
+@charset "UTF-8";
.titlediv {
margin: 0px 0px 25px 0px;
@@ -47,9 +48,9 @@
.searchfieldinputbase {
background: #ffffff url("../img/search.gif") no-repeat left center;
border: none;
- width: 110px;
+ width: 99px;
height: 14px;
- margin: 0px;
+ margin: 0px 2px 0px 0px;
vertical-align: top;
padding-left: 20px;
}
@@ -63,11 +64,13 @@
html>body div.projectscontentsdiv {
overflow: hidden;
width: 470px;
+ height: 570px;
+
}
div.projectscontentsdiv table {
float: left;
width: 470px;
- height: 570px;
+ height: 100%;
}
div.projectscontentsdiv td, div.projectscontentsdiv th {
@@ -82,16 +85,13 @@
background: white;
}
-html>body div.projectscontentsdiv table {
- width: 470px
-}
thead.projectscontentsheader tr {
- position: relative
+ position: relative;
}
tfoot.projectscontentsfooter tr {
- position: relative
+ position: relative;
}
/* make the TH elements pretty */
@@ -101,7 +101,7 @@
text-transform:capitalize;
color: white;
padding: 1px 2px;
- text-align: left
+ text-align: left;
}
#contentsheader th {
@@ -139,7 +139,7 @@
color: #FFF;
display: block;
text-decoration: none;
- width: 100%
+ width: 100%;
}
/* make the A elements pretty. makes for nice clickable headers */
@@ -148,7 +148,7 @@
color: #FFF;
display: block;
text-decoration: underline;
- width: 100%
+ width: 100%;
}
html>body thead.projectscontentsheader tr {
@@ -173,6 +173,9 @@
border-bottom: 2px solid #b5b5b5 ;
}
+.projectscontentsbody tr {
+ height: 26px;
+}
.titlediv {
vertical-align: middle;
@@ -183,10 +186,14 @@
width: 18px;
text-align: center;
padding: 4px 2px 4px 2px;
+ cursor: pointer; cursor: hand;
}
.cellimgdiv {
visibility: hidden;
}
+.searchajaxloader {
+ display: none;
+}