frio: restructure jot modal and make jot modal work on mobile

This commit is contained in:
rabuzarus
2016-06-27 10:33:20 +02:00
parent 75f838c53b
commit 571a4fed99
5 changed files with 119 additions and 100 deletions
+12
View File
@@ -69,6 +69,9 @@ iframe, img {
.fakelink {
cursor: pointer;
}
.hidden {
display: none !important;
}
/*
* standard page elements
@@ -156,6 +159,15 @@ a#item-delete-selected {
outline: 0;
background: $btn_primary_hover_color !important;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,.btn-primary.active, .btn-primary:active,
.open>.dropdown-toggle.btn-primary {
background: $btn_primary_hover_color;
border-color: none;
}
.btn-link {
/* color: #6fdbe8;*/
color: $link_color;