Revision da7eb085 snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.css

b/snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.css
145 145

  
146 146

  
147 147
/* cloudbar header */
148
.cloudbar                                       { background:#000; color:#fff;	   line-height:35px; position:absolute; left:0; top:0; width:100%; }	
148
.cloudbar                                       { background:#000; color:#fff;	   line-height:35px;  width:100%; min-width:320px; font-size:13px;}	
149 149
.cloudbar .wrapper                              { width:auto; padding:0;}			
150 150
.cloudbar a                                     { color:#fff; text-decoration:none;}
151 151
.cloudbar .profile                              { float:right; background:#01A1AE; min-width:190px; padding:0; text-align:right;  }
......
155 155
.cloudbar .profile ul li                        { list-style:none outside; line-height:35px; padding:0 20px;}
156 156
.cloudbar .profile ul li:hover a				{ color:#01A1AE;}
157 157
.cloudbar .profile .user a						{ padding-right:20px; width:auto; }
158
.cloudbar .profile .user a span					{ padding-right:20px;   background:url(../images/arrow-lt.png) no-repeat right center;}
158
.cloudbar .profile .user a span					{ padding:0 20px;   background:url(../images/arrow-lt.png) no-repeat right center;}
159 159
.cloudbar .profile .full a span                 { background-image:url(../images/arrow-down.png); }
160 160
.cloudbar .profile .full a.open span			{ background-image:url(../images/arrow-up.png); }
161 161
.cloudbar .profile .full ul 					{ border:1px dashed #000; border-top:0 none; border-right:0 none;}
......
164 164
.cloudbar ul.services li                        { float:left; height:35px; line-height:35px; text-align:center; padding: 0 30px; list-style:none outside;}
165 165
.cloudbar ul.services li:first-child            { padding:0 5px;}
166 166
.cloudbar ul.services li.active                 { background:#333;}
167
.cloudbar ul.services li:hover                  { background:#444; } 
167
.cloudbar ul.services li:hover                  { background:#444; } 
168

  
169
@media screen and (max-width : 480px) 		{ 
170
	.cloudbar .profile 							{ float:none; }	 
171
}

Also available in: Unified diff