Committer: narefieva
LJSUP-9742: There is no bubble ?\194?\171There is no entries to edit?\194?\187 on editjournal pageA trunk/htdocs/stc/editjournal.css
Added: trunk/htdocs/stc/editjournal.css =================================================================== --- trunk/htdocs/stc/editjournal.css (rev 0) +++ trunk/htdocs/stc/editjournal.css 2011-09-13 10:05:06 UTC (rev 10998) @@ -0,0 +1,124 @@ +/* Edit Entries, editjournal.bml */ +.b-editentries { + padding: 0; + margin-left: 0; + border-top: 1px solid #D2D2D2; + } + .b-editentry { + padding: 10px 0; + list-style: none; + border-bottom: 1px solid #D2D2D2; + } + .b-editentry H2 { + color: #3F5F9E; + } + .b-editentry .date { + color: #666; + } + .b-editentry-ctrls { + margin: 0 17px 0 0; + } + .b-editentry-ctrl-btn, + .b-editentry-ctrl-btn:link, + .b-editentry-ctrl-btn:visited { + float: right; + height: 24px; + width: 24px; + border: none; + text-indent: -9999px; + margin: 0 0 0 12px; + cursor: pointer; + } + .b-editentry-edit-btn { + background: url("/img/btn_edit.gif") no-repeat 0 0; + } + .b-editentry-del-btn { + background: url("/img/btn_del.gif") no-repeat 0 0; + } +.b-editentries-header { + position: relative; + overflow: hidden; + } + +.b-editentries-comm { + background: url("/img/community.gif") no-repeat 0 2px; + padding-left: 19px; + width: 220px; + } +.b-editentries-cal I { + width: 10px; + height: 10px; + display: inline-block; + background: url("/img/widget/wishlist/date-icon.gif"); + margin: 0 1px 0 0; + } +.b-editentries-cal B, +.b-editentries-cal-clear B { + font-weight: normal; + border-bottom: 1px dotted #000; + cursor: pointer; + } +.b-editentries-cal B:hover, +.b-editentries-cal-clear B:hover { + border: none; + } + +.b-editentries-cal-date, +.b-editentries-cal-clear { + display: none; + } +.b-editentries-form-withdate .b-editentries-cal-message { + display: none; + } +.b-editentries-form-withdate .b-editentries-cal-date, +.b-editentries-form-withdate .b-editentries-cal-clear { + display: inline; + } + +.b-editentries-form INPUT[type="checkbox"], +.b-editentries-form INPUT[type="radio"] { + margin-left: 0; + } + +/* PAGINATION FOR edijournal.bml */ +.i-qotd-nav { + float: right; + font-size: 11px; + line-height: 11px; + } + .i-qotd-nav A:link, + .i-qotd-nav A:visited { + border: none; + text-decoration: none; + } + .i-qotd-nav-prev, + .i-qotd-nav-next { + overflow: hidden; + display: inline-block; + width: 16px; + height: 16px; + padding: 0; + vertical-align: -4px; + background-image: url(/img/arrow-spotlight.gif?v=1); + background-repeat: no-repeat; + border: none; + font: 0/0 serif; + cursor: pointer; + } + .i-qotd-nav-prev { + margin: 0 5px 0 0; + background-position: 0 0; + } + .i-qotd-nav-prev-dis { + background-position: 0 -16px; + cursor: default; + } + .i-qotd-nav-next { + margin: 0 0 0 5px; + background-position: -16px 0; + } + .i-qotd-nav-next-dis { + background-position: -16px -16px; + cursor: default; + } +