allow jot to be displayed expanded, remove deprected datetimepicker js and some random fixes

This commit is contained in:
Mario Vavti
2015-04-17 11:20:22 +02:00
parent 10cc643f65
commit 61e4ee753d
10 changed files with 41 additions and 49 deletions

View File

@@ -1586,11 +1586,14 @@ img.mail-list-sender-photo {
font-weight: bold;
}
.jothidden >input, .jothidden >input {
border: 1px solid #fff;
.jothidden > input {
border: 1px solid $bgcolour;
background-color: $bgcolour;
}
.jothidden >input:hover, .jothidden >input:focus {
.jothidden > input:hover,
.jothidden > input:focus {
border: 1px solid #cccccc;
background-color: #fff;
}
#profile-jot-text {
@@ -2210,8 +2213,8 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
/* Modified original CSS to match input in Redbasic */
.jothidden .bootstrap-tagsinput {
border-color:#fff;
background-color: #fff;
border-color: $bgcolour;
background-color: $bgcolour;
box-shadow: none;
display: inline-block;
border-radius: $radiuspx;
@@ -2225,7 +2228,8 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
}
.jothidden .bootstrap-tagsinput:hover, .jothidden .bootstrap-tagsinput:focus {
border: 1px solid #cccccc;
border: 1px solid #ccc;
background-color: #fff;
}
/* Abusing theme-green is less work than makeing a new new one */