--- a/web/static/css/workspace.css Tue Oct 19 15:14:42 2010 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,176 +0,0 @@
-@charset "UTF-8";
-
-.titlediv {
- margin: 0px 0px 25px 0px;
-}
-
-
-.ldt_player_code {
- width: 580px;
- overflow: auto;
- border-style: inset;
- border: 1px solid silver;
- margin: 10px 5px;
- padding: 2px;
-}
-
-.searchfielddiv {
- top: 50%;
- margin-top: 12px;
-}
-
-.searchfield {
- background: white;
- border: 1px solid #b8b8b8;
- -moz-border-radius: 15px;
- -webkit-border-radius:15px;
- -khtml-border-radius:15px;
- border-radius: 15px;
- padding: 2px 5px;
-}
-
-.searchfield img {
- vertical-align: middle;
- margin-top: 5px;
-}
-
-.searchfieldinput {
- color: graytext;
- font-style: italic;
-}
-
-
-input[type="text"].searchfieldinputbase {
- border: none;
-}
-
-.searchclear {
- display: none;
- float: right;
-}
-
-.searchfieldinputbase {
- background: #ffffff url("../img/search.gif") no-repeat left center;
- width: 99px;
- height: 14px;
- margin: 0px 2px 0px 0px;
- vertical-align: top;
- padding-left: 20px;
-}
-
-
-.projectscontentsdiv {
- overflow: hidden;
- height: 570px;
-
-}
-div.projectscontentsdiv table {
- width: 470px;
- height: 100%;
- margin-bottom: 0;
-}
-
-tr.projectscontentsoddline {
- background: #ededed;
-}
-
-tr.projectscontentsevenline {
- background: white;
-}
-
-
-/* make the TH elements pretty */
-.projectscontentsheader {
- background: #b5b5b5;
- font-weight: bold;
- text-transform:capitalize;
- color: white;
- padding: 1px 2px;
- text-align: left;
-}
-
-
-#contentsheader {
- padding: 1px 10px 1px 49px;
-}
-
-
-#projectsheader {
- padding: 1px 10px 1px 93px;
-}
-
-.contenttitle {
- width: 411px;
- padding: 4px 10px 4px 5px;
-}
-
-.contenttitlelink,.contenttitlelink:link,.contenttitlelink:hover,.contenttitlelink:visited {
- text-decoration: none;
- color: #4F5155;
-}
-
-.projecttitlelink,.projecttitlelink:link,.projecttitlelink:hover,.projecttitlelink:visited {
- text-decoration: none;
- color: #4F5155;
-}
-
-
-.projecttitle {
- width: 367px;
- padding: 4px 10px 4px 5px;
-}
-
-.projectscontentsfooter {
- background: #8c8c8c;
- color: #ffffff;
- margin-top: 18px;
- font-size: 1.25em;
- font-style: normal;
- padding : 5px 5px;
-}
-
-.projectscontentstablediv {
- max-height: 500px;
- overflow: auto; overflow-x: hidden;
- border-bottom: 2px solid #b5b5b5 ;
- float: left;
-}
-.projectscontentstablewrapperdiv {
- height: 502px;
-}
-
-.projectscontentsbody tr {
- padding-right: 16px;
-}
-
-.titlediv {
- vertical-align: middle;
-}
-
-.cellimg {
- width: 18px;
- text-align: center;
- padding: 4px 2px 4px 2px;
- cursor: pointer; cursor: hand;
-}
-
-.cellimgdiv {
- visibility: hidden;
-}
-
-.searchajaxloader {
- display: none;
- float: right;
- z-index: +1;
-}
-
-a.content_link_create:link, a.content_link_create:visited,
-a.ldt_link_create:link, a.ldt_link_create:visited {
- color: white;
- text-decoration: none;
-}
-
-a.project_link_create:link, a.project_link_create:visited {
- color: white;
-}
-