Skip to content

Commit

Permalink
Fixing some alignment issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Haris Khan committed Oct 25, 2010
1 parent da65c4c commit 48e29ed
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions public/stylesheets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ tr.TM-sectop td { padding:3px 2px 5px 2px; }
border:1px solid #999999;
width:250px;
float:left;
margin-top:10px;
margin-top:12px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
/*/-moz-box-shadow:inset 0 0 8px #000;*/
Expand All @@ -253,16 +253,16 @@ tr.TM-sectop td { padding:3px 2px 5px 2px; }

/* drag handle */
.handle {
background:#fff url(../images/elements/slider.png) repeat-x 0 0;
height:28px;
width:33px;
background:url(../images/elements/slider.png) repeat-x 0 0;
height:29px;
width:35px;
top:-12px;
position:absolute;
display:block;
margin-top:1px;
border:0px solid #000;
text-align: center;
font-size:1.0em;
font-size:1em;
font-weight:bold;
letter-spacing:-0.07em;
color:#FFFFFF;
Expand All @@ -285,10 +285,6 @@ tr.TM-sectop td { padding:3px 2px 5px 2px; }
-webkit-border-radius:5px;
}

html {
font-family:"Myriad Pro","Lucida Grande",Arial,sans-serif;
}

.left {
float:left;
font-size:1.0em;
Expand All @@ -303,15 +299,15 @@ div.leftseconds {
float:left;
padding-right: 8px;
color:#000000;
padding-top: 3px;
margin-top: 7px;
font-weight: 800;
}

div.rightseconds {
float:left;
padding-top: 3px;
padding-left: 8px;
color:#000000;
font-weight: 800;
margin-top: 7px;

}

0 comments on commit 48e29ed

Please sign in to comment.