~ubuntu-gr-webteam/ubuntu-gr-website/drupal6-site

« back to all changes in this revision

Viewing changes to sites/all/modules/webfm/css/webfm.css

  • Committer: Thanos Lefteris
  • Date: 2009-07-29 17:46:54 UTC
  • Revision ID: alefteris@gmail.com-20090729174654-pgfr1vtqw8ikvo5r
* Upgraded calendar module
* Upgraded commentrss module
* Upgraded date module
* Upgraded webfm module

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: webfm.css,v 1.11 2008/12/02 17:48:28 robmilne Exp $ */
 
1
/* $Id: webfm.css,v 1.12 2009/07/21 17:51:26 robmilne Exp $ */
2
2
 
3
3
img { border: 0; }
4
4
 
7
7
#dirlist table { width:99%; font-weight:normal; font-size: 8pt; margin:0 auto; cursor:default; background-color:#f0f0f0; border:2px solid #d0d0d0; }
8
8
#dirlist td { border-bottom: 1px solid #d8d8d8; }
9
9
#dirlist img { margin-left: 5px; }
10
 
#dirlist table tr.selected { background-color: #e7e7e7; }
 
10
#dirlist table tr.selected td { background-color: #e7e7e7; }
11
11
#dirlist table tr { background-color: #f0f0f0; }
12
12
#dirlist a:hover { color: red; text-decoration: none; }
13
13
#dirlist .head { color: #2092d0; background-color: #e0e0e0; font-weight: bold; font-size: 9pt; }
32
32
#webfm-attach td { border-bottom: 1px solid #d8d8d8; }
33
33
#webfm-attach img { margin-left: 5px; }
34
34
 
35
 
#wfmatt-wrapper .upload-msg { padding-top:5px; color:red; }
 
35
#wfmatt-wrapper .upload-msg-err { padding-top:5px; color:red; }
 
36
#wfmatt-wrapper .upload-msg { padding-top:5px; color:green; }
36
37
 
37
38
#webfm-dragCont { background:transparent none; list-style: none; }
38
39
#webfm-dragCont ul { margin:0; padding:0; background:transparent none; }