Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: css - another hts-doc styles reorganization
  • Loading branch information
perexg committed Jun 12, 2015
1 parent 12a284a commit 233e424
Showing 1 changed file with 25 additions and 35 deletions.
60 changes: 25 additions & 35 deletions src/webui/static/app/ext.css
Expand Up @@ -576,35 +576,6 @@
margin: 5px;
}

.hts-t-info {
float: left;
width: 100px;
}

.hts-doc-text {
font: normal 11px verdana;
padding: 5px;
}

.hts-doc-text dt {
padding-top: 10px;
font-weight: bold;
}

.hts-doc-text dl {
padding-left: 10px;
padding-bottom: 10px;
}

.hts-doc-text li {
padding-top: 5px;
padding-bottom: 5px;
}

.hts-doc-text img {
padding: 10px;
}

.tv-video-player {
margin-right: auto;
margin-left : auto;
Expand Down Expand Up @@ -645,6 +616,15 @@

/* Additional general text styles for webUI help */

.hts-doc-text {
font: normal 11px verdana;
padding: 5px;
}

.hts-doc-text img {
padding: 10px;
}

.hts-doc-text p {
margin-top: 1em;
margin-bottom: 1em;
Expand All @@ -655,7 +635,7 @@
font-size: larger
}

.hts-doc-text h4{
.hts-doc-text h4 {
color: #2163A6;
margin-top: 15px
}
Expand All @@ -670,6 +650,21 @@

/* List styles for webUI help */

.hts-doc-text dt {
padding-top: 10px;
font-weight: bold;
}

.hts-doc-text dl {
padding-left: 10px;
padding-bottom: 10px;
}

.hts-doc-text li {
padding-top: 5px;
padding-bottom: 5px;
}

.hts-doc-text ul {
list-style-type:disc;
padding-left:3em
Expand All @@ -688,11 +683,6 @@
border: none
}

.hts-doc-text img.iconimg {
display: inline;
margin:-2px -10px -15px -10px
}

.hts-doc-text p.caption {
font-weight: bold;
color: #2163A6;
Expand Down

0 comments on commit 233e424

Please sign in to comment.