point-tools/src/Skobkin/Bundle/PointToolsBundle/Resources/public/css/main.css

102 lines
1.6 KiB
CSS
Raw Normal View History

2015-05-31 00:01:19 +00:00
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
a.navbar-brand {
font-weight: bold;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
.footer .copyright, .footer .powered-by {
margin: 20px 0;
}
body > .container {
padding: 60px 15px 0;
}
2015-05-31 02:48:12 +00:00
.user-subscribers {
margin-top: 30px;
}
h4.panel-title a {
text-decoration: none;
}
2015-05-31 00:01:19 +00:00
.user:before {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
margin-right: 3px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e008";
}
.user-info p.user-login {
font-weight: bold;
}
.user-info p.user-name {
}
2015-05-31 02:48:12 +00:00
h1.user-login a {
text-decoration: none;
margin-left: 10px;
}
2015-05-31 00:01:19 +00:00
ul.users.mosaic {
list-style: none;
columns: 140px auto;
-webkit-columns: 140px auto;
-moz-columns: 140px auto;
2015-05-31 02:48:12 +00:00
padding-left: 0px;
margin-left: 8px;
2015-05-31 00:01:19 +00:00
}
ul.users.mosaic li {
display: inline-block;
width: 140px;
line-height: 18px;
padding-top: 1px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
ul.users.mosaic li:nth-child(odd) {
background-color: #EFEFEF;
}
/* Required quick fix */
.required:after {
content: " *";
color: red;
}