##// END OF EJS Templates
code layout clean up application.css...
Toshi MARUYAMA -
r7670:ecb3d732446f
parent child
Show More
@@ -396,7 +396,7 p.pagination {margin-top:8px;}
396 .tabular p{
396 .tabular p{
397 margin: 0;
397 margin: 0;
398 padding: 5px 0 8px 0;
398 padding: 5px 0 8px 0;
399 padding-left: 180px; /*width of left column containing the label elements*/
399 padding-left: 180px; /* width of left column containing the label elements */
400 height: 1%;
400 height: 1%;
401 clear:left;
401 clear:left;
402 }
402 }
@@ -407,9 +407,10 html>body .tabular p {overflow:hidden;}
407 font-weight: bold;
407 font-weight: bold;
408 float: left;
408 float: left;
409 text-align: right;
409 text-align: right;
410 margin-left: -180px; /*width of left column*/
410 /* width of left column */
411 width: 175px; /*width of labels. Should be smaller than left column to create some right
411 margin-left: -180px;
412 margin*/
412 /* width of labels. Should be smaller than left column to create some right margin */
413 width: 175px;
413 }
414 }
414
415
415 .tabular label.floating{
416 .tabular label.floating{
@@ -929,8 +930,8 padding-bottom: 3px;
929
930
930 img.gravatar {
931 img.gravatar {
931 padding: 2px;
932 padding: 2px;
932 border: solid 1px #d5d5d5;
933 border: solid 1px #d5d5d5;
933 background: #fff;
934 background: #fff;
934 }
935 }
935
936
936 div.issue img.gravatar {
937 div.issue img.gravatar {
General Comments 0
You need to be logged in to leave comments. Login now