mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 19:29:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1772 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fbbad5e79e
commit
898eb99469
26 changed files with 214 additions and 135 deletions
|
|
@ -119,6 +119,9 @@ h4 .view { color:#158692; padding-right:.6em; font:bold .9em Tahoma; background:
|
|||
.tableType2 td .w100 { width:100%; display:block;}
|
||||
.tableType2 td .checkbox { margin:-3px;}
|
||||
.tableType2 td p { line-height:1.4em;}
|
||||
.tableType2 td a { color:#1d1d1d;}
|
||||
.tableType2 td a.blue { color:#158692;}
|
||||
.tableType2 td a.red { color:#c95b53;}
|
||||
|
||||
.tableType3 { width:100%; border-bottom:2px solid #c1c0bd;}
|
||||
.tableType3 th,
|
||||
|
|
@ -160,6 +163,10 @@ h4 .view { color:#158692; padding-right:.6em; font:bold .9em Tahoma; background:
|
|||
.tableType4 td .checkbox { margin:-3px;}
|
||||
.tableType4 td p { line-height:1.4em;}
|
||||
|
||||
.widgetBox { border:1px solid #c1c0bd; width:100%;}
|
||||
.widgetBox th { text-align:center; font-weight:normal; background-color:#EFEFEF; }
|
||||
.widgetBox td { text-align:left; padding:.5em; }
|
||||
|
||||
/* ----- Content | End ----- */
|
||||
|
||||
/* ----- Popup | Start ----- */
|
||||
|
|
@ -185,14 +192,15 @@ h4 .view { color:#158692; padding-right:.6em; font:bold .9em Tahoma; background:
|
|||
/* ----- Popup | End ----- */
|
||||
|
||||
/* ----- Category Manager | Start ----- */
|
||||
#category_list { float:left; width:320px; padding:.5em 0 .5em 0; margin-bottom:2em; border-top:2px solid #c1c0bd; border-bottom:2px solid #c1c0bd;}
|
||||
#category_list { padding:.5em 0 .5em 0; margin-bottom:2em; }
|
||||
#category_list .checkbox { margin-top:1em; border:0px; }
|
||||
#menu_zone_info, #category_info { float:left; width:370px; padding-left:10px; }
|
||||
#menu_zone_info { position:absolute; top:0px; left:0px; width:600px; background-color:#FFFFFF; z-index:999; border:1px solid #888888; padding:10px; display:none;}
|
||||
#category_info { position:absolute; top:0px; left:0px; width:400px; background-color:#FFFFFF; z-index:999; border:1px solid #888888; padding:10px; display:none;}
|
||||
/* ----- Category Manager | End ----- */
|
||||
|
||||
.widget_item { float: left; white-space:nowrap; background-color:#FEFEFE; line-height:150%; margin-right:1em; }
|
||||
.widget_item { margin-bottom:.5em; }
|
||||
.layout_editor { width:100%; height:500px; border:0px; font-size:1em; }
|
||||
.layout_editor_box { padding:10px; border:1px solid #DDDDDD; }
|
||||
.layout_editor { width:100%; height:500px; border:0px;}
|
||||
|
||||
/* adminSearch */
|
||||
.adminSearch { text-align:center; clear:both; width:100%;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue