[livejournal] r19809: LJSUP-9517: Edit Entries, styles
Committer: mchervonniy
LJSUP-9517: Edit Entries, stylesU trunk/htdocs/stc/entry.css
Modified: trunk/htdocs/stc/entry.css
===================================================================
--- trunk/htdocs/stc/entry.css 2011-08-23 07:17:16 UTC (rev 19808)
+++ trunk/htdocs/stc/entry.css 2011-08-23 07:24:22 UTC (rev 19809)
@@ -723,3 +723,108 @@
padding-bottom: 9px;
font-weight: bold;
}
+
+
+/* Edit Entries, editjournal.bml */
+.b-editentries {
+ border-top: 1px solid #D2D2D2;
+ padding: 0;
+ }
+ .b-editentry {
+ border-bottom: 1px solid #D2D2D2;
+ list-style: none;
+ padding: 10px 0;
+ }
+ .b-editentry H2 {
+ color: #3F5F9E;
+ }
+ .b-editentry .date {
+ color: #666;
+ }
+ .b-editentry-ctrls {
+ margin: 0 17px 0 0;
+ }
+ .b-editentry-ctrl-btn {
+ float: right;
+ height: 24px;
+ width: 24px;
+ border: none;
+ text-indent: -9999px;
+ cursor: pointer;
+ margin: 0 0 0 12px;
+ }
+ .b-editentry-edit-btn {
+ background: url("/img/btn_edit.gif") no-repeat 0 0;
+ }
+.b-editentries-header {
+ 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-info {
+ max-width: 50%;
+ border: 1px solid #CCC;
+ padding: 10px;
+ -webkit-border-radius: 5px;
+ -moz-border-radius: 5px;
+ border-radius: 5px;
+ float: right;
+ }
+.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;
+ }
+
