File tree Expand file tree Collapse file tree 2 files changed +3
-56
lines changed Expand file tree Collapse file tree 2 files changed +3
-56
lines changed Original file line number Diff line number Diff line change @@ -1243,52 +1243,3 @@ hr {
1243
1243
.tabcontent : first-of-type {
1244
1244
display : block;
1245
1245
}
1246
-
1247
- /** ======= Mobile Design Styles ======= **/
1248
-
1249
- @media only screen and (min-width : 1280px ) {
1250
- .dashboard-comm-blocks {
1251
- float : left;
1252
- width : 49% ;
1253
- }
1254
- .dashboard-ban-blocks {
1255
- float : right;
1256
- width : 49% ;
1257
- }
1258
- .dashboard-blocks-separate {
1259
- display : none;
1260
- }
1261
- .dashboard-ban-block-date {
1262
- text-align : center;
1263
- }
1264
- }
1265
-
1266
- @media only screen and (max-width : 1279px ) {
1267
- .dashboard-comm-blocks {
1268
- width : 100% ;
1269
- }
1270
- .dashboard-ban-blocks {
1271
- width : 100% ;
1272
- }
1273
- .dashboard-blocks-separate {
1274
- display : block;
1275
- }
1276
- .dashboard-ban-block-date {
1277
- text-align : left;
1278
- }
1279
-
1280
- # header {
1281
- width : 984px ;
1282
- margin : 0 auto 0 auto; /*centers the box, no matter the overall width */
1283
- height : 150px ;
1284
- border : 0 ;
1285
- }
1286
- # head-logo {
1287
- float : left;
1288
- margin-top : 60px ;
1289
- }
1290
- # search {
1291
- text-align : right;
1292
- margin-top : 40px ;
1293
- }
1294
- }
Original file line number Diff line number Diff line change 52
52
</table >
53
53
</div >
54
54
<br /><br /><br />
55
- <div class =" front-module dashboard-ban-blocks " >
55
+ <div class =" front-module" style = " float : right ; width : 49 % " >
56
56
<table width =" 100%" cellpadding =" 1" class =" listtable" >
57
57
<tr >
58
58
<td colspan =" 3" >
70
70
</tr >
71
71
<tr >
72
72
<td width =" 16px" height =" 16" class =" listtable_top" >  ; </td >
73
- <td height =" 25%" class =" listtable_top dashboard-ban-block-date " ><b >Date/Time</b ></td >
73
+ <td height =" 25%" class =" listtable_top" align = " center " ><b >Date/Time</b ></td >
74
74
<td height =" 16" class =" listtable_top" ><b >Name</b ></td >
75
75
</tr >
76
76
{ foreach from= $players_blocked item= player}
83
83
</table >
84
84
</div >
85
85
86
- <div class =" dashboard-blocks-separate" >
87
- <br /><br /><br />
88
- </div >
89
-
90
- <div class =" front-module dashboard-comm-blocks" >
86
+ <div class =" front-module" style =" float :left ;width :49% " >
91
87
<table width =" 100%" cellpadding =" 1" class =" listtable" >
92
88
<tr >
93
89
<td colspan =" 4" >
You can’t perform that action at this time.
0 commit comments