Committer: esavintcev
LJSUP-12546: Poll page (for users without JS)U trunk/bin/upgrading/en.dat U trunk/htdocs/stc/lj_base.css
Modified: trunk/bin/upgrading/en.dat =================================================================== --- trunk/bin/upgrading/en.dat 2012-06-15 14:06:44 UTC (rev 22262) +++ trunk/bin/upgrading/en.dat 2012-06-15 15:17:30 UTC (rev 22263) @@ -6050,6 +6050,10 @@ talk.poll.create=Poll Creator +talk.poll.extra.head=Creating a Poll + +talk.poll.extra.text=The Poll Creator will generate your poll's code for you, allow you to preview your poll, and create a journal entry containing the poll code. + talk.poll.fields=Fields: talk.poll.fields.more=More fields Modified: trunk/htdocs/stc/lj_base.css =================================================================== --- trunk/htdocs/stc/lj_base.css 2012-06-15 14:06:44 UTC (rev 22262) +++ trunk/htdocs/stc/lj_base.css 2012-06-15 15:17:30 UTC (rev 22263) @@ -4519,6 +4519,7 @@ /* Posts Controls --------------------------------------*/ +.b-controls, .b-controls:link, .b-controls:visited, .b-controls:hover, @@ -4539,6 +4540,7 @@ *font: 0/0 serif; *zoom: 1; } +.b-controls::no-images, .b-controls:link::no-images, .b-controls:visited::no-images, .b-controls:hover::no-images, @@ -5046,6 +5048,54 @@ +/* Content plus Aside +--------------------------------------*/ +.b-extracontent { + position: relative; + margin: 0; + padding: 30px; + line-height: 1.4; + } + .b-extracontent-head { + margin: 0 0 1em; + font-size: 1em; + font-style: normal; + font-weight: bold; + color: #000; + } + .b-extracontent P { + margin: 0 0 1em; + } + .b-extracontent-more { + padding-top: 1em; + border-top: 2px solid #C8CFD5; + } + .b-extracontent-shadow { + overflow: hidden; + position: absolute; + top: 0; + bottom: 0; + left: 0; + width: 27px; + margin: 0; + padding: 0; + } + .b-extracontent-shadow-inner { + position: absolute; + top: 20px; + bottom: 20px; + right: 27px; + width: 300%; + -webkit-box-shadow: 0 0 10px 0 #99A7BC; + -moz-box-shadow: 0 0 10px 0 #99A7BC; + box-shadow: 0 0 10px 0 #324F7A; + -moz-border-radius: 30px / 100px; + border-radius: 30px / 100px; + } + + + + /* Popup content --------------------------------------*/ .b-popup-content {