Committer: mchervonniy
LJSUP-9762: Edit Entries, margin fix in IEU trunk/htdocs/stc/entry.css U trunk/htdocs/stc/ie.css
Modified: trunk/htdocs/stc/entry.css =================================================================== --- trunk/htdocs/stc/entry.css 2011-09-09 04:44:11 UTC (rev 20009) +++ trunk/htdocs/stc/entry.css 2011-09-09 05:14:15 UTC (rev 20010) @@ -727,13 +727,14 @@ /* Edit Entries, editjournal.bml */ .b-editentries { + padding: 0; + margin-left: 0; border-top: 1px solid #D2D2D2; - padding: 0; } .b-editentry { + padding: 10px 0; + list-style: none; border-bottom: 1px solid #D2D2D2; - list-style: none; - padding: 10px 0; } .b-editentry H2 { color: #3F5F9E; @@ -752,8 +753,8 @@ width: 24px; border: none; text-indent: -9999px; + margin: 0 0 0 12px; cursor: pointer; - margin: 0 0 0 12px; } .b-editentry-edit-btn { background: url("/img/btn_edit.gif") no-repeat 0 0; Modified: trunk/htdocs/stc/ie.css =================================================================== --- trunk/htdocs/stc/ie.css 2011-09-09 04:44:11 UTC (rev 20009) +++ trunk/htdocs/stc/ie.css 2011-09-09 05:14:15 UTC (rev 20010) @@ -594,3 +594,9 @@ zoom:1!important; } +/* Edit Entries +-----------------------------------------------*/ +.b-editentry { + zoom: 1; + } +