2014-03-17 16:36:32 +01:00
|
|
|
html {
|
2015-09-21 15:56:57 +02:00
|
|
|
position: relative;
|
|
|
|
|
min-height: 100%;
|
2013-01-07 09:04:09 +01:00
|
|
|
}
|
2014-05-22 18:19:07 +02:00
|
|
|
|
2014-03-17 16:36:32 +01:00
|
|
|
body {
|
2015-09-21 15:56:57 +02:00
|
|
|
/* Margin bottom by 2 times the footer height */
|
|
|
|
|
margin-bottom: 60px;
|
|
|
|
|
/* Margin bottom by navbar height */
|
|
|
|
|
padding-top: 60px;
|
2013-08-16 12:46:49 +03:00
|
|
|
}
|
2013-01-07 09:04:09 +01:00
|
|
|
|
2014-11-20 14:57:03 +01:00
|
|
|
#content {
|
|
|
|
|
padding-bottom: 60px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-06-26 15:59:56 +02:00
|
|
|
#footer {
|
2015-09-21 15:56:57 +02:00
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
.container {
|
|
|
|
|
padding: 15px;
|
|
|
|
|
}
|
2013-07-15 12:22:07 +02:00
|
|
|
}
|
2014-05-30 10:10:47 +02:00
|
|
|
|
2014-11-14 11:58:36 +01:00
|
|
|
.nav-tabs {
|
2015-09-21 15:56:57 +02:00
|
|
|
margin-bottom: 15px;
|
2014-11-18 00:58:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.img-center {
|
2015-09-21 15:56:57 +02:00
|
|
|
margin: 0 auto;
|
2014-11-20 14:57:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* centered columns styles */
|
|
|
|
|
.row-centered {
|
|
|
|
|
text-align:center;
|
|
|
|
|
}
|
|
|
|
|
.col-centered {
|
|
|
|
|
display:inline-block;
|
|
|
|
|
float:none;
|
|
|
|
|
/* reset the text-align */
|
|
|
|
|
text-align:left;
|
|
|
|
|
/* inline-block space fix */
|
|
|
|
|
margin-right:-4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.col-top {
|
|
|
|
|
vertical-align:top;
|
2014-12-05 16:04:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
fieldset {
|
|
|
|
|
margin: 20px 0 20px 0;
|
2014-12-19 12:27:35 +02:00
|
|
|
}
|
|
|
|
|
|
2015-10-06 14:15:38 +03:00
|
|
|
.bootstrap-switch {
|
|
|
|
|
height: 1.7em
|
|
|
|
|
}
|
2015-02-27 11:11:14 -06:00
|
|
|
|
|
|
|
|
.comment-reply{
|
|
|
|
|
padding-top: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p.comment-body {
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.well.comment-section {
|
|
|
|
|
padding-bottom: 40px;
|
|
|
|
|
}
|
2015-03-12 23:53:57 +01:00
|
|
|
|
|
|
|
|
#account-already {
|
|
|
|
|
font-size: 0.6em;
|
2015-09-21 15:56:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* comments views pane: use padding-bottom before next comment box */
|
2015-10-05 13:28:35 +02:00
|
|
|
.panel.panel-default .panel-body .notifications {
|
2015-09-21 15:56:57 +02:00
|
|
|
padding-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* comments views pane: use padding-bottom after each comment */
|
2015-10-05 13:28:35 +02:00
|
|
|
.panel.panel-default .panel-body .notifications p {
|
2015-09-21 15:56:57 +02:00
|
|
|
padding-bottom: 20px;
|
|
|
|
|
}
|
2016-04-15 00:24:18 +03:00
|
|
|
|
|
|
|
|
#proposal-info div dt, #proposal-info div dd {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
2016-05-24 23:54:46 +05:30
|
|
|
|
|
|
|
|
.changeset{
|
|
|
|
|
display: none;
|
2017-03-06 20:54:21 +05:30
|
|
|
}
|