Revision 25f5da04 snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.css

b/snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.css
142 142
.servicesbar .profile:after {
143 143
  clear: both;
144 144
}
145

  
146

  
147
/* cloudbar header */
148
.cloudbar                                       { background:#000; color:#fff;	 height:35px; line-height:35px; }	
149
.cloudbar .wrapper                              { width:auto; padding:0;}			
150
.cloudbar a                                     { color:#fff; text-decoration:none;}
151
.cloudbar .profile                              { float:right; background:#01A1AE; min-width:150px; padding:0 20px; text-align:right;  }
152
.cloudbar .profile:hover						{ background:#000; }
153
.cloudbar .profile a                            { text-decoration:none; color:#fff; display:block; width:100%;}
154
.cloudbar .profile ul                           { position:absolute;   right:0; top:35px; padding:0; margin:0;  width:190px; display:none;	z-index:9; background:#fff;}
155
.cloudbar .profile ul li                        { list-style:none outside; line-height:35px; padding:0 20px;}
156
.cloudbar .profile ul li:hover a				{ color:#01A1AE;}
157

  
158
.cloudbar .profile .full a                      { padding-right:20px; background:url(../images/arrow-white.png) no-repeat right center; width:auto;}
159
.cloudbar .profile .full ul 					{ border:1px dashed #000; border-top:0 none; border-right:0 none;}
160
.cloudbar .profile ul li a                      { padding-right:0; background:none; color:#000; display:inline; width:auto;}
161
.cloudbar ul.services                           { margin:0; padding:0; }
162
.cloudbar ul.services li                        { float:left; height:35px; line-height:35px; text-align:center; padding: 0 30px; list-style:none outside;}
163
.cloudbar ul.services li:first-child            { padding:0 5px;}
164
.cloudbar ul.services li.active                 { background:#333;}
165
.cloudbar ul.services li:hover                  { background:#444; } 

Also available in: Unified diff