X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=share%2Fhttp%2Fstyle.css;h=c994787adff97973b691ab2684615793a33765b6;hb=6948e2342e06d68f5236ae7b66e87caf40025b0f;hp=c080c30ab31d51a598588415a643de6b595ca8fb;hpb=698eec4b7497cfefddb7c53c828c1865baf99212;p=vlc diff --git a/share/http/style.css b/share/http/style.css index c080c30ab3..c994787adf 100644 --- a/share/http/style.css +++ b/share/http/style.css @@ -26,6 +26,8 @@ body { font-family: Arial, sans-serif; font-size: 12pt; text-align: center; /* Center on page - IE */ + padding: 0px; + margin: 0px; } div { @@ -35,7 +37,7 @@ div { } div.dialog { - width: 600px; + width: 440pt; background: #fff; border: solid #000 1px; margin: 10px auto; /* Center on page - Firefox */ @@ -58,17 +60,18 @@ form { display: inline; } -input { +input, textarea { border: solid #000 1px; background-color: #fff; } div.helper { margin: 10px; - border: solid #ccc 2px; + padding: 10px 0px; + border: solid 1px #000; } div.helper hr { - border: solid #ccc 1px; + border: solid 1px #000; } div.title { @@ -122,6 +125,9 @@ div#infotree dt { text-decoration: underline; } +div#playtree { + min-height: 150px; +} div.pl_node { padding-left: 20px; font-style: italic; @@ -142,7 +148,7 @@ div.popup { border: solid #888 1px; margin: 10px auto; /* Center on page - Firefox */ position: absolute; - z-index: 1; + z-index: 2; font-size: 0.8em; } div#browse { @@ -152,6 +158,7 @@ div#browse { div#browse div.title { background-color: #008; } + div#browser { padding: 20px; } @@ -159,26 +166,54 @@ div#browser { div#mosaic_list { width: 50%; left: 25%; + background: url('images/white.png') repeat; + display: none; } -div#mosaic_layout { - border: 1px solid #000; - background-color: #ddf; - display: block; - margin: 1em; - padding: 0.3em 0.6em; +.mosaic_bg { + background-color: #aaf; +} +.mosaic_tbl { + background-color: #faa; } -div.mosaic_row { - padding: 0.6em 0em; +.mosaic_itm { + background-color: #afa; +} +div#mosaic_layout { + border: 0px solid #000; + padding: 0px; + margin: 10px auto; } -.mosaic_element { - display: inline; - border: 1px solid #000; - margin: 0em 0.3em; - padding: 0.3em 0.3em; - background-color: #dfd; +div#mosaic_dt { + border: 0px solid #000; + position: relative; +} +table#mosaic_table { + border-spacing: 0px 0px; + position: relative; +} +table#mosaic_table tr { + padding: 0px; + margin: 0px; +} +table#mosaic_table td { + border: 0px solid #000; + text-align: center; + padding: 0px; + margin: 0px; +} +table#mosaic_table input { + border: 0px; + background: transparent; + text-align: center; +} +textarea#mosaic_code { + padding: 0px; + display: block; + margin: 10px auto; } + div.controls button.on { background-color: #aaa; } @@ -187,15 +222,32 @@ div.controls button.off { background-color: #fff; } +div.menubtn { + display: inline; +} + div.menu { position: absolute; border: 1px solid #ccc; padding: 5px; + margin-top: -5px; background: url('images/white.png') repeat; + z-index: 2; display: none; } div.menu button { background: transparent; +} +div.menu button.menuout { border: 1px solid transparent; } +div.menu button.menuover { + border: 1px solid #000; +} + +div.popup img.close { + position: absolute; + right: 2px; + top: 2px; +}