Showing
1 changed file
with
3 additions
and
1 deletions
@@ -44,7 +44,8 @@ | @@ -44,7 +44,8 @@ | ||
44 | color: #858585; | 44 | color: #858585; |
45 | } | 45 | } |
46 | } | 46 | } |
47 | - .op-container { | 47 | + |
48 | +.op-container { | ||
48 | position: relative; | 49 | position: relative; |
49 | width: 100%; | 50 | width: 100%; |
50 | margin: 20PX 0; | 51 | margin: 20PX 0; |
@@ -61,6 +62,7 @@ | @@ -61,6 +62,7 @@ | ||
61 | float: left; | 62 | float: left; |
62 | text-align: left; | 63 | text-align: left; |
63 | } | 64 | } |
65 | + | ||
64 | .op-item:last-child { | 66 | .op-item:last-child { |
65 | float: right; | 67 | float: right; |
66 | text-align: right; | 68 | text-align: right; |
-
Please register or login to post a comment