44 lines
689 B
CSS
44 lines
689 B
CSS
|
/*
|
||
|
Created on : Mar 3, 2015, 6:53:42 PM
|
||
|
Author : Alexey Skobkin
|
||
|
*/
|
||
|
|
||
|
html {
|
||
|
position: relative;
|
||
|
min-height: 100%;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
/* Margin bottom by footer height */
|
||
|
margin-bottom: 60px;
|
||
|
padding-top: 70px;
|
||
|
}
|
||
|
|
||
|
.navbar-brand {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
/* @todo Fix crutches and bycicles */
|
||
|
.editor-head button[type="submit"] {
|
||
|
margin-top: 24px;
|
||
|
}
|
||
|
|
||
|
.editor-description {
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
.editor-head .form-group, .editor-head .checkbox {
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.paste-main #tab-paste-edit, .paste-main #tab-paste-view {
|
||
|
padding-top: 10px;
|
||
|
}
|
||
|
|
||
|
.paste-description-content {
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
.paste-main .paste-tabs {
|
||
|
margin-top: 10px;
|
||
|
}
|