1
0
Fork 0
This commit is contained in:
Heiko Kernbach 2015-07-24 16:45:38 +02:00
parent 9f2703c7e5
commit 7fafacd2f9
4 changed files with 12 additions and 14 deletions

View File

@ -1778,7 +1778,7 @@ ul.script-dropdown-menu li.dropdown-item, .addButton, .deleteButton, a.headerBut
cursor: pointer; } cursor: pointer; }
nav.navbar, footer.footer { nav.navbar, footer.footer {
background-color: #F5F8F0; background-color: rgba(245, 248, 240, 0.95);
color: #fff; color: #fff;
left: 0; left: 0;
position: fixed; position: fixed;

View File

@ -5034,9 +5034,9 @@ input[type="submit"].btn::-moz-focus-inner {
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
background-color: #000000; background-color: #000000;
-webkit-border-radius: 4px; -webkit-border-radius: 3px;
-moz-border-radius: 4px; -moz-border-radius: 3px;
border-radius: 4px; border-radius: 3px;
} }
.tooltip-arrow { .tooltip-arrow {
@ -5092,15 +5092,9 @@ input[type="submit"].btn::-moz-focus-inner {
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #ccc; border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px; -webkit-border-radius: 3px;
-moz-border-radius: 6px; -moz-border-radius: 4px;
border-radius: 6px; border-radius: 4px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
} }
.popover.top { .popover.top {

View File

@ -8,7 +8,7 @@ $c-lightgreen-2-transp-bg: rgba(228, 236, 217, 0.8);
*/ */
$c-lightgreen-2-bg: #F5F8F0; $c-lightgreen-2-bg: #F5F8F0;
$c-lightgreen-transp-bg: #F5F8F0; $c-lightgreen-transp-bg: #F5F8F0;
$c-lightgreen-2-transp-bg: #F5F8F0; $c-lightgreen-2-transp-bg: rgba(245, 248, 240, 0.95);
$c-positive: #8aa051; $c-positive: #8aa051;
$c-positive-hover: #788f3d; $c-positive-hover: #788f3d;

View File

@ -1,3 +1,7 @@
#documentsDiv {
padding-top: 1px;
}
.document-info-div { .document-info-div {
margin-top: 20px; margin-top: 20px;
min-height: 0; min-height: 0;