mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 16:44:24 +00:00
add admin panel - edit map tile type - village and oasis by Taras
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
/* reset sime game map css for display in admin panel */
|
||||
|
||||
div.map{
|
||||
padding:0;
|
||||
width:74px
|
||||
}
|
||||
|
||||
div.map div#map{
|
||||
height:74px;
|
||||
top:0;
|
||||
width:74px
|
||||
}
|
||||
|
||||
div.map div#map div#map_content{
|
||||
background:none;
|
||||
height:74px;
|
||||
left:0;
|
||||
top:0;
|
||||
width:74px
|
||||
}
|
||||
|
||||
div#map_coords form input#btn_ok{
|
||||
position:relative;
|
||||
top:6px
|
||||
}
|
||||
|
||||
div#map_coords form input#btn_save{
|
||||
display:inline-block;
|
||||
position:relative;
|
||||
top:4px;
|
||||
left:5px
|
||||
}
|
||||
Reference in New Issue
Block a user