Committer: mchervonniy
LJSUP-10442: create a widget for a part of editjournal.bmlU trunk/htdocs/stc/editjournal.css A trunk/htdocs/stc/widgets/entrychooser.css
Modified: trunk/htdocs/stc/editjournal.css =================================================================== --- trunk/htdocs/stc/editjournal.css 2011-11-18 12:04:08 UTC (rev 11195) +++ trunk/htdocs/stc/editjournal.css 2011-11-21 09:23:06 UTC (rev 11196) @@ -1,40 +1,3 @@ -/* 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; @@ -80,47 +43,9 @@ margin-left: 0; } -/* PAGINATION FOR edijournal.bml */ -.i-qotd-nav { - float: right; - font-size: 11px; - line-height: 11px; +.b-editentries-header .appwidget-calendar { + margin: 0; } - .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=16423); - 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; - } .b-bubble-editprivacy { float: right; width: 300px; Added: trunk/htdocs/stc/widgets/entrychooser.css =================================================================== --- trunk/htdocs/stc/widgets/entrychooser.css (rev 0) +++ trunk/htdocs/stc/widgets/entrychooser.css 2011-11-21 09:23:06 UTC (rev 11196) @@ -0,0 +1,80 @@ +/* Edit Entries, editjournal.bml */ +.b-editentries { + padding: 0; + margin: .75em 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; + } + +/* PAGINATION FOR edijournal.bml */ +.i-qotd-nav { + text-align: right; + font-size: 11px; + line-height: 11px; + margin: 0; + } + .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=16423); + 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; + }