X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=static%2Fstatic%2Fdefault.css;h=bb25762da1ee8acdd4f98b6bbcd3eaa7ce411ecc;hp=20aeac425d9bca7faf808eb3f9acf674afc11d7c;hb=41138dfb6102de0db6e83fd0edfd7f6b21ff2c4a;hpb=d1bf1011c6d19aede47a12d249415e8679abb0d3 diff --git a/static/static/default.css b/static/static/default.css index 20aeac42..bb25762d 100644 --- a/static/static/default.css +++ b/static/static/default.css @@ -35,14 +35,14 @@ a:hover { h1 { font: bold 120% Arial ,sans-serif; color: #334d55; - margin: 0px; + margin: 10px; padding: 0px; } h2 { font: bold 114% Arial ,sans-serif; color: #006699; - margin: 0px; + margin: 10px; padding: 0px; } @@ -555,12 +555,35 @@ td.storyLeft { border-collapse: collapse; font-family: verdana, sans-serif; font-size: 11px; - text-align: center; margin-left:auto; margin-right:auto; width: 700px; } +.wrapper .check{ + text-align: center; +} +.wrapper td.radio input[type=radio]{ + float: left; + width: 13px; + margin: 3px; +} +.wrapper td.radio div.name{ + font-weight: bold; + padding-bottom: 4px; + margin-top: 3px; +/* display: inline;*/ +} +.wrapper td.radio div.addinfo{ +/* display: inline;*/ + padding-left: 19px; +} + +.wrapper td.radio div.elements{ + clear: both; + height: 10px; +} + td.greytxt { color: #cccccc; font-size: smaller; @@ -758,3 +781,6 @@ pre{ .dataTable select, .dataTable option { font-size: 92%; } +.dataTable textarea{ + width: 100%; +}