Skip to content

Commit

Permalink
Resolve spacing inconsistencies
Browse files Browse the repository at this point in the history
This commit was created using coala. It converts tabs into the
appropriate number of spaces (tabwidth=4 spaces) in css and html files
and furthermore strips away trailing whitespaces.
  • Loading branch information
sils committed Aug 15, 2015
1 parent 93f604f commit a753f5a
Show file tree
Hide file tree
Showing 9 changed files with 632 additions and 632 deletions.
2 changes: 1 addition & 1 deletion static/bootstrap-3.1.1-fedora/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/bootstrap-3.1.1-fedora/css/bootstrap.min.css

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions static/global/css/jquery.uls.compact.css
Expand Up @@ -2,74 +2,74 @@
.uls-compact .uls-title-region,
.uls-compact .uls-map-block,
.uls-compact #uls-settings-block {
display: none !important;
display: none !important;
}

.uls-compact.uls-menu {
border-radius: 0;
border-radius: 0;
}

.uls-compact .uls-search {
background: white;
border-top: none;
padding: 0.8em 0;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #DDD;
background: white;
border-top: none;
padding: 0.8em 0;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #DDD;
}

.uls-compact .uls-filterinput,
.uls-compact .uls-filterinput:focus {
background-color: transparent;
border: none;
box-shadow: none;
outline: none;
font-size: 18px;
left: 0;
background-color: transparent;
border: none;
box-shadow: none;
outline: none;
font-size: 18px;
left: 0;
}

.uls-compact .uls-language-list {
background: #FCFCFC;
height: 20em;
background: #FCFCFC;
height: 20em;
}

.uls-compact .uls-search-label {
background-size: 25px;
height: 26px;
width: 26px;
float: right;
opacity: 0.8;
background-size: 25px;
height: 26px;
width: 26px;
float: right;
opacity: 0.8;
}

.uls-compact .uls-languagefilter-clear {
margin-left: 0;
margin-left: 0;
}

.uls-compact .uls-title-region a {
color: #777;
display: inline-block;
margin: 15px 0 5px 19px;
cursor: pointer;
padding: 6px;
text-decoration: none;
font-size: 14px;
border: 1px solid transparent;
color: #777;
display: inline-block;
margin: 15px 0 5px 19px;
cursor: pointer;
padding: 6px;
text-decoration: none;
font-size: 14px;
border: 1px solid transparent;
}

.uls-compact .uls-title-region a:hover {
color: #252525;
background: #F0F0F0;
border: 1px solid #DDD;
border-radius: 3px;
color: #252525;
background: #F0F0F0;
border: 1px solid #DDD;
border-radius: 3px;
}

.uls-compact .uls-title-region a:before {
display: inline-block;
width: 0;
height: 0;
border-right: 4px solid #777;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
content: "";
margin: 0 6px 0 0;
display: inline-block;
width: 0;
height: 0;
border-right: 4px solid #777;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
content: "";
margin: 0 6px 0 0;
}

0 comments on commit a753f5a

Please sign in to comment.