Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
f289215d
Commit
f289215d
authored
Mar 01, 2012
by
Kostas Papadimitriou
Browse files
Updated cloudbar styles
- a bit bolder links - force font-family and size
parent
95567074
Changes
3
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/Changelog
View file @
f289215d
v0.3.2
======
- improved styles of sign up button
- do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not
set
- updated cloudbar styles
v0.3.1
======
...
...
snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.css
View file @
f289215d
...
...
@@ -5,7 +5,7 @@
* Snippets of reusable CSS to develop faster and keep code readable
* ----------------------------------------------------------------- */
.servicesbar
{
font-family
:
arial
,
sans-serif
;
font-family
:
arial
,
sans-serif
!important
;
font-size
:
13px
!important
;
line-height
:
13px
;
letter-spacing
:
0px
;
...
...
@@ -35,7 +35,8 @@
}
.servicesbar
a
{
border
:
none
!important
;
font-size
:
inherit
!important
;
font-family
:
arial
,
sans-serif
!important
;
font-size
:
13px
!important
;
color
:
#e6e6e6
;
text-decoration
:
none
;
display
:
block
;
...
...
@@ -44,10 +45,11 @@
height
:
13px
;
}
.servicesbar
a
:hover
{
background-color
:
#
444
;
background-color
:
#
333
;
}
.servicesbar
a
.active
{
font-weight
:
bold
;
font-size
:
13px
!important
;
background-color
:
#333
;
}
.servicesbar
a
img
{
...
...
@@ -66,6 +68,15 @@
.servicesbar
.services
:after
{
clear
:
both
;
}
.servicesbar
.services
a
{
font-size
:
13px
!important
;
font-weight
:
bold
;
color
:
#ccc
;
}
.servicesbar
.services
a
.active
{
font-size
:
13px
!important
;
color
:
#ffffff
!important
;
}
.servicesbar
.profile
{
margin-top
:
-35px
;
zoom
:
1
;
...
...
@@ -86,6 +97,10 @@
.servicesbar
.profile
:after
{
clear
:
both
;
}
.servicesbar
.profile
.user
>
a
{
font-weight
:
bold
!important
;
font-size
:
12px
!important
;
}
.servicesbar
.profile
a
{
float
:
none
;
}
...
...
snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.less
View file @
f289215d
...
...
@@ -10,7 +10,7 @@
// mini reset
ol, ul { list-style:none; margin:0; padding:0;}
li {margin:0; padding:0;}
font-family: arial, sans-serif;
font-family: arial, sans-serif
!important
;
font-size: 13px !important;
line-height: 13px;
letter-spacing: 0px;
...
...
@@ -23,7 +23,8 @@
a {
border: none !important;
font-size: inherit !important;
font-family: arial, sans-serif !important;
font-size: 13px !important;
color: @toolbarColor;
text-decoration: none;
display: block;
...
...
@@ -31,10 +32,11 @@
padding: 11px;
height: 13px;
&:hover {
background-color: #
444
;
background-color: #
333
;
}
&.active {
font-weight: bold;
font-size: 13px !important;
background-color: #333;
}
...
...
@@ -47,6 +49,17 @@
.services {
.clearfix();
a {
font-size: 13px !important;
font-weight: bold;
color: #ccc;
&.active {
font-size: 13px !important;
color: @white !important;
}
}
}
position: relative;
...
...
@@ -57,6 +70,13 @@
text-align: right;
min-width: 200px;
width: 200px;
.user {
&> a {
font-weight: bold !important;
font-size: 12px !important;
}
}
a {
float: none;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment