/[transports]/trunk/web/static/css/app-base.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/web/static/css/app-base.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 100 by dpavlin, Mon Jun 12 10:14:50 2006 UTC revision 101 by dpavlin, Sat Jun 24 16:14:18 2006 UTC
# Line 88  tr.over td { Line 88  tr.over td {
88  .cl {  .cl {
89          clear: left;          clear: left;
90  }  }
91    
92    
93    /* Growl windows */
94    
95    div.protogrowl {
96            display: block;
97            width: 350px;
98            height: 40px;
99    }
100    
101    div.protogrowl-type-info {
102            -moz-border-radius: 0.6em 0.6em 0.6em 0.6em;
103            border-right: 3px solid #A19981;
104            border-bottom: 3px solid #A19981;
105    }
106    div.protogrowl-contenthelper-type-info {
107            border: 1px solid #CCCCCC;
108            -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
109            padding: 2px 2px 2px 2px;
110            background-color: #FFFFFF;
111    }
112    
113    div.protogrowl-type-ok {
114            -moz-border-radius: 0.6em 0.6em 0.6em 0.6em;
115            border-right: 3px solid #A19981;
116            border-bottom: 3px solid #A19981;
117    
118    }
119    div.growl-window-contenthelper-type-ok {
120            border: 1px solid #CCCCCC;
121            -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
122            padding: 2px 2px 2px 2px;
123            background-color: #F57900;
124    }
125    
126    div.protogrowl-type-warning {
127            -moz-border-radius: 0.6em 0.6em 0.6em 0.6em;
128            border-right: 3px solid #A19981;
129            border-bottom: 3px solid #A19981;
130    
131    }
132    div.growl-window-contenthelper-type-warning {
133            border: 1px solid #CCCCCC;
134            -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
135            padding: 2px 2px 2px 2px;
136            background-color: #F57900;
137    }
138    
139    div.protogrowl-type-error {
140            -moz-border-radius: 0.6em 0.6em 0.6em 0.6em;
141            border-right: 3px solid #A19981;
142            border-bottom: 3px solid #A19981;
143    
144    }
145    div.growl-window-contenthelper-type-error {
146            border: 1px solid #CCCCCC;
147            -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
148            padding: 2px 2px 2px 2px;
149            background-color: #F57900;
150    }
151    
152    div.protogrowl-closebutton {
153            float: right;
154            width: 12px;
155            height: 12px;
156            line-height: 12px;
157            font-size: 10px;
158            cursor: pointer;
159    }
160    
161    div.protogrowl-title {
162            margin: 0;
163            padding: 0;
164            font-family: Verdana, Arial, Helvetica, sans-serif;
165            font-size: 12px;
166            font-weight: 800;
167    }
168    
169    div.protogrowl-content {
170            text-align: left;
171            font-family: Verdana, Arial, Helvetica, sans-serif;
172            font-size: 10px;
173            font-weight: normal;
174            padding-left: 5px;
175            padding-top: 5px;
176    }
177    
178    /* Growl windows ends */

Legend:
Removed from v.100  
changed lines
  Added in v.101

  ViewVC Help
Powered by ViewVC 1.1.26