comparison public/libervia.css @ 286:e76ec07be8e5

browser_side (plugin radiocol): the UI uses CaptionPanel
author souliane <souliane@mailoo.org>
date Wed, 27 Nov 2013 13:33:56 +0100
parents 4f0c2fea358a
children 7a1dc69112b8
comparison
equal deleted inserted replaced
285:4f0c2fea358a 286:e76ec07be8e5
944 font-weight: bold; 944 font-weight: bold;
945 } 945 }
946 946
947 /* Radiocol */ 947 /* Radiocol */
948 948
949 .radiocol_left_panel { 949 .radiocolPanel {
950 min-width: 80px; 950
951 margin: 5px;
952 border-right-style: dotted;
953 border-right-width: 2px;
954 } 951 }
955 952
956 .radiocol_metadata_lbl { 953 .radiocol_metadata_lbl {
957 font-weight: bold; 954 font-weight: bold;
955 padding-right: 5px;
958 } 956 }
959 957
960 .radiocol_next_song { 958 .radiocol_next_song {
961 margin-right: 5px; 959 margin-right: 5px;
962 font-style:italic; 960 font-style:italic;
1404 color: #444; 1402 color: #444;
1405 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); 1403 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
1406 cursor: pointer; 1404 cursor: pointer;
1407 } 1405 }
1408 1406
1407 /* Caption Panel */
1408
1409 .gwt-CaptionPanel {
1410 overflow: auto;
1411 background-color: #fff;
1412 border-radius: 5px 5px 5px 5px;
1413 -webkit-border-radius: 5px 5px 5px 5px;
1414 -moz-border-radius: 5px 5px 5px 5px;
1415 padding: 3px 5px 3px 5px;
1416 margin: 10px 5px 10px 5px;
1417 color: #444;
1418 font-size: 1em;
1419 border: solid 1px gray;
1420 }
1421
1409 /* Radio buttons */ 1422 /* Radio buttons */
1410 1423
1411 .gwt-RadioButton { 1424 .gwt-RadioButton {
1412 white-space: nowrap; 1425 white-space: nowrap;
1413 } 1426 }