Make muses 'pixel' invisible, remove scrollbar from player widget page

This commit is contained in:
Duncan Sommerville 2015-08-19 17:33:55 -04:00
parent a8955e2ea1
commit beb0eed1c8
2 changed files with 6 additions and 5 deletions

View file

@ -337,7 +337,7 @@
not work. It has to be "visible" on the page. As a hacky work around we not work. It has to be "visible" on the page. As a hacky work around we
set the height and width to 1px so users will not see it. set the height and width to 1px so users will not see it.
*/ */
#muses_skin{width:1px; height:1px; overflow-x: hidden; overflow-y: hidden;} #muses_skin{width:0; height:0; overflow: hidden;}
</style> </style>
</head> </head>

View file

@ -2747,7 +2747,7 @@ dt.block-display.info-block {
} }
.stream-config #output_setting { .stream-config #output_setting {
width: 96%; width: 100%;
} }
.stream-config dt.block-display, .stream-config dd.block-display { .stream-config dt.block-display, .stream-config dd.block-display {
@ -3084,8 +3084,9 @@ tfoot tr th {
border-width: 0 1px 1px; border-width: 0 1px 1px;
} }
.stream-setting-content fieldset.display_field { .stream-setting-content fieldset.display_field {
border: 1px solid #8F8F8F; /*border: 1px solid #8F8F8F;*/
padding: 10px; border: none;
padding: 0 0 10px;
} }
.stream-setting-content fieldset.display_field.closed { .stream-setting-content fieldset.display_field.closed {
border-width: 1px 0 0; border-width: 1px 0 0;
@ -3378,7 +3379,7 @@ dd .stream-status {
} }
#player-widget { #player-widget {
margin-bottom: 20px; /*margin-bottom: 20px;*/
width: 600px; width: 600px;
} }