diff options
author | horchi <vdr@jwendel.de> | 2017-10-09 19:28:31 +0200 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-10-09 19:28:31 +0200 |
commit | 894823c8b2b9382042d70df670966e8376b9138e (patch) | |
tree | a5c6809952be4ed34e5f46f098ba9513d6dd8ce1 /http/src/css/epgd.less | |
parent | 1633749d2a188add75ad2aa68dc8bea9b7cd6c85 (diff) | |
parent | c9ee5f0c5ebba0f9bee189aa591892a320d7caab (diff) | |
download | vdr-epg-daemon-894823c8b2b9382042d70df670966e8376b9138e.tar.gz vdr-epg-daemon-894823c8b2b9382042d70df670966e8376b9138e.tar.bz2 |
2017-10-09: version 1.1.122 (horchi)\n - change: Fixed curl SSL mode \n\n
Diffstat (limited to 'http/src/css/epgd.less')
-rw-r--r-- | http/src/css/epgd.less | 306 |
1 files changed, 154 insertions, 152 deletions
diff --git a/http/src/css/epgd.less b/http/src/css/epgd.less index 51a9c90..ea13b61 100644 --- a/http/src/css/epgd.less +++ b/http/src/css/epgd.less @@ -1,6 +1,6 @@ /* Hier sind Variablen aus Jquery-ui. Sie werden folgendermass erstellt: - aus 3rdParty\jquery-ui-x:x.custom\development-bundle\themes\humanity\jquery-ui.css den Link kopieren und hier einfügen. - Dann diesen Link (nur Auswahl) per regulären Ausdruck + aus 3rdParty\jquery-ui-x:x.custom\development-bundle\themes\humanity\jquery-ui.css den Link kopieren und hier einf�gen. + Dann diesen Link (nur Auswahl) per regul�ren Ausdruck suchen "$([^=]+)=([^&]+)" und ersetzen "@$1: $2; " suchen " ([a-f0-9]{6})" und ersetzen " #$1" */ @@ -120,10 +120,10 @@ h5 { line-height: 1.5; } -.placeholders {
- position: absolute;
- max-height: 120px;
- overflow: auto;
+.placeholders { + position: absolute; + max-height: 120px; + overflow: auto; } .ui-dialog{position:fixed} @@ -141,8 +141,8 @@ h5 { margin: 3px; white-space: nowrap; - &[disabled] {
- opacity: .35;
+ &[disabled] { + opacity: .35; } } @@ -236,14 +236,14 @@ select { //border-width: 0px 0px 5px 0px; background-color: #fff; - span.maxi {
- display:none;
+ span.maxi { + display:none; } -
- .iAsButton {
- padding: 0 2px;
- line-height: 21px;
- margin-top: 0;
+ + .iAsButton { + padding: 0 2px; + line-height: 21px; + margin-top: 0; } &.mini{ @@ -277,8 +277,8 @@ select { float: left; min-width: 90%; min-height: 25px; - > a {
- width:100%;
+ > a { + width:100%; } } } @@ -314,9 +314,9 @@ select { overflow: hidden; text-decoration: none; } -
- span.ui-menu-icon {
- display:none;
+ + span.ui-menu-icon { + display:none; } } .menu-active { @@ -369,7 +369,9 @@ select { float: right; margin-right: 20px !important; } - +#osd2web { + text-decoration: none; +} .menu-active input, .menu-active select { display: block; visibility: visible; @@ -438,12 +440,12 @@ table.ui-datepicker-calendar { line-height: 1; color: #4d4949; padding: 3px 5px 0 3px; - img {
- max-width: 70px;
- max-height: 50px;
- margin-right: 5px;
- margin-bottom: 5px;
- display:block;
+ img { + max-width: 70px; + max-height: 50px; + margin-right: 5px; + margin-bottom: 5px; + display:block; } .i-tv { font-size: 1.8em; @@ -504,14 +506,14 @@ table.ui-datepicker-calendar { box-sizing: border-box; /* Opera/IE 8+ */ } - .desc {
- height: 72px;
- overflow: hidden;
- &:hover{
- min-height: 72px;
- height:auto;
- overflow-y:visible;
- }
+ .desc { + height: 72px; + overflow: hidden; + &:hover{ + min-height: 72px; + height:auto; + overflow-y:visible; + } } .desc img { @@ -527,8 +529,8 @@ table.ui-datepicker-calendar { float: right; font-size: 0.9em; } - .tipp {
- margin:1px 5px 0 0;
+ .tipp { + margin:1px 5px 0 0; } .title { @@ -552,20 +554,20 @@ table.ui-datepicker-calendar { } } -#magazine-nav{
+#magazine-nav{ // overflow:hidden; - width:100%;
- left:-27px;
- position:relative;
-
+ width:100%; + left:-27px; + position:relative; + .left, .right { width: 50px; height:54px; border-top: none; border-bottom: none; position: absolute; - z-index: 98;
+ z-index: 98; top:0; .ui-widget-content { @@ -583,17 +585,17 @@ table.ui-datepicker-calendar { .left { left:0; //border-right: 5px solid white; - }
+ } .right { right: 0; //border-left: 5px solid white; } -}
+} #magazine-head { - margin: 0 0 0 -2%;
+ margin: 0 0 0 -2%; height: 55px; padding: 0 0 0 54px; overflow:hidden; @@ -608,8 +610,8 @@ table.ui-datepicker-calendar { height: 55px; width:auto; img { - max-width:100px;
- float:left;
+ max-width:100px; + float:left; } } } @@ -658,17 +660,17 @@ table.ui-datepicker-calendar { position: absolute; z-index: 99; - p {
+ p { position: absolute; - pointer-events:none;
- width: 5000px;
- height: 180px;
- background-color: red !important;
- opacity: 0.1;
+ pointer-events:none; + width: 5000px; + height: 180px; + background-color: red !important; + opacity: 0.1; } - &.tlr{
- p{display:none}
+ &.tlr{ + p{display:none} } dfn { height: 120px; @@ -863,8 +865,8 @@ table.ui-datepicker-calendar { font-size: 12px; border: 1px solid #ccc; border-radius: 4px; - img {
- margin: 0 auto 5px auto;
+ img { + margin: 0 auto 5px auto; } } @@ -900,17 +902,17 @@ table.ui-datepicker-calendar { box-sizing: border-box; } - .rate {
- background-size: 25px;
- min-height:40px;
- padding-left: 30px;
- > span {
- display: block;
- font-size: 1.2em;
- }
+ .rate { + background-size: 25px; + min-height:40px; + padding-left: 30px; + > span { + display: block; + font-size: 1.2em; + } } - .tipp{
- margin:0 5px 0 0;
+ .tipp{ + margin:0 5px 0 0; } .stars { @@ -1002,8 +1004,8 @@ table.ui-datepicker-calendar { } } } - .rec {
- font-size:0.9em;
+ .rec { + font-size:0.9em; } } @@ -1062,16 +1064,16 @@ table.ui-datepicker-calendar { color: transparent; float: right; } -
-.rate {
- background: url() no-repeat left top;
- background-size: 18px;
- min-height:35px;
- padding-left: 25px;
- margin: 5px 0;
+ +.rate { + background: url() no-repeat left top; + background-size: 18px; + min-height:35px; + padding-left: 25px; + margin: 5px 0; float: left; clear:left; - display:block;
+ display:block; } .rate1{ background-image: url('images/thumb-rate1.svg');} @@ -1081,16 +1083,16 @@ table.ui-datepicker-calendar { .rate5{ background-image: url('images/thumb-rate5.svg');} .rate0{ background:none; height:auto;padding-left:inherit} -.tipp{
- display:block;
- float: left;
- margin:5px 0;
- background-color: rgb(245, 126, 126);
- color: white;
- border-radius: @ui-cornerRadius;
- padding: 1px 3px;
- font-size: 0.9em;
- font-weight: normal;
+.tipp{ + display:block; + float: left; + margin:5px 0; + background-color: rgb(245, 126, 126); + color: white; + border-radius: @ui-cornerRadius; + padding: 1px 3px; + font-size: 0.9em; + font-weight: normal; } #searchResult { @@ -1116,16 +1118,16 @@ table.ui-datepicker-calendar { vertical-align: top; .channel { - img {
- max-height:30px;
+ img { + max-height:30px; } } } /* p { - border-top: 1px solid #ccc;
- height: 18px;
- margin: 0;
+ border-top: 1px solid #ccc; + height: 18px; + margin: 0; overflow-y: hidden; &:hover { @@ -1162,8 +1164,8 @@ table.ui-datepicker-calendar { } } } -#timerSearchList {
- max-width:750px;
+#timerSearchList { + max-width:750px; } .searchDialog { min-width: 320px; @@ -1176,13 +1178,13 @@ table.ui-datepicker-calendar { text-decoration: underline; } - >form{
- >div{
- margin-bottom:5px;
- margin-top: 5px;
+ >form{ + >div{ + margin-bottom:5px; + margin-top: 5px; } - &.noAdv{
- >div + div {display: none}
+ &.noAdv{ + >div + div {display: none} } } @@ -1215,7 +1217,7 @@ table.ui-datepicker-calendar { } .colBlock { - width:100%;
+ width:100%; float: left; div { float: left; @@ -1226,14 +1228,14 @@ table.ui-datepicker-calendar { } } } - form.typeS {
- .noTypeS, .onlyTypeR {display:none}
+ form.typeS { + .noTypeS, .onlyTypeR {display:none} } - form.typeV {
- .onlyTypeR, .onlyTypeS {display:none}
+ form.typeV { + .onlyTypeR, .onlyTypeS {display:none} } - form.typeR {
- .onlyTypeS {display:none}
+ form.typeR { + .onlyTypeS {display:none} } } @@ -1281,9 +1283,9 @@ table.ui-datepicker-calendar { h4 { margin: 3px 0; display: inline-block; - span {
- font-weight: normal;
- padding-right: 3px;
+ span { + font-weight: normal; + padding-right: 3px; } } @@ -1313,7 +1315,7 @@ table.ui-datepicker-calendar { } } -
+ } .rec { border: 1px solid @ui-borderColorDefault; @@ -1351,24 +1353,24 @@ table.ui-datepicker-calendar { padding: 2px 0; } } - #recBar{
- font-size:0.9em;
- display:inline-block;
+ #recBar{ + font-size:0.9em; + display:inline-block; } - body.dd-open{
- #ui-menu-top, #recBar{
- display:none !important;
- }
+ body.dd-open{ + #ui-menu-top, #recBar{ + display:none !important; + } #records{ - .folder {
- display:block;
+ .folder { + display:block; } - div.rec{
- display:none;
+ div.rec{ + display:none; } - }
-
+ } + } .pageEditChannels > li { @@ -1380,11 +1382,11 @@ table.ui-datepicker-calendar { padding-left: 5px; width: 96%; - &.filterHide {
- height:0;
- overflow:hidden;
- margin:0;
- border:none;
+ &.filterHide { + height:0; + overflow:hidden; + margin:0; + border:none; } } @@ -1472,22 +1474,22 @@ table.ui-datepicker-calendar { } } -#page_editUser {
- >div {
- float:left;
- height:350px;
- padding-right:20px;
- margin-right:20px;
- border-right:2px solid #ccc;
- }
- h2 {
- margin: 5px 0 2px 0;
- font-size:1em
- }
- form {float:left}
- select{
- overflow:auto; height:200px
- }
+#page_editUser { + >div { + float:left; + height:350px; + padding-right:20px; + margin-right:20px; + border-right:2px solid #ccc; + } + h2 { + margin: 5px 0 2px 0; + font-size:1em + } + form {float:left} + select{ + overflow:auto; height:200px + } } /* ========================================================================== @@ -1560,10 +1562,10 @@ table.ui-datepicker-calendar { width: 320px; } - #magazine-nav {
- top:-10px;
- .left{margin-left:-1px;}
- .right{margin-right:-1px;}
+ #magazine-nav { + top:-10px; + .left{margin-left:-1px;} + .right{margin-right:-1px;} } #magazine-head { @@ -1585,14 +1587,14 @@ table.ui-datepicker-calendar { .rec { margin: 2px; padding: 0; - border-bottom-left-radius: 0;
+ border-bottom-left-radius: 0; border-bottom-right-radius: 0; u { position: inherit; margin-left: 2px; } - }
+ } } @media only screen and (min-width: 768px) and (max-width:1139px) { |