Files
commafeed/src/main/webapp/sass/generic/_misc.scss
Ebrahim Byagowi 315d5705cc Using unicode-bidi instead of lrm
* It is less hackish than lrm but please refactor bidi-embed if needed
* lrm was making an extra space for all, so this is fixup for it
2013-07-11 10:07:47 +04:30

84 lines
1.2 KiB
SCSS

.pointer {
cursor: pointer;
}
.block {
display: block;
}
.bidi-embed {
unicode-bidi: embed;
}
.bs-fb ul {
margin-bottom: 0px;
}
.horizontal-align {
padding-top: 5px;
line-height: 20px
}
.welcome .container-fluid {
margin-right: auto;
margin-left: auto;
max-width: 950px;
}
.welcome .header {
margin: 20px 0 40px 0;
}
.welcome .tagline {
color: #B3B3B3;
font-size: 28px;
padding-top: 110px;
}
.welcome .preview {
margin: 20px 0 20px 0;
}
.welcome .demo {
font-size: 24px;
color: #B3B3B3;
}
.main .spinner {
display: inline-block;
margin-left: 11px;
top: -4px;
}
.icon {
width: 14px;
height: 14px;
display: block;
}
.main .dropdown-menu a {
cursor: pointer;
}
.favicon {
width: 16px;
height: 16px;
}
.btn,.btn-large,.btn-small,.btn-mini {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.btn-group>.btn:first-child,.btn-group>.btn-large:first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.btn-group>.btn:last-child,.btn-group>.btn-large:last-child,.btn-group>.dropdown-toggle
{
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}