Oracle (ex_ioracle) wrote in changelog,
Oracle
ex_ioracle
changelog

[livejournal] r20054: LJSUP-9307: Delayed entries and sticky p...

Committer: skomarov
LJSUP-9307: Delayed entries and sticky posts
U   branches/delayed_entries/htdocs/stc/entry.css
U   branches/delayed_entries/htdocs/update.bml
Modified: branches/delayed_entries/htdocs/stc/entry.css
===================================================================
--- branches/delayed_entries/htdocs/stc/entry.css	2011-09-16 05:45:36 UTC (rev 20053)
+++ branches/delayed_entries/htdocs/stc/entry.css	2011-09-16 05:51:35 UTC (rev 20054)
@@ -80,7 +80,6 @@
     width: 100px;
 }
 #lj_userpicselect {
-    float: left;
     font-size: 85%;
     color: #00C;
     margin: 4px 0px 0px 5px;
@@ -175,7 +174,8 @@
 		#updateForm #metainfo LI .helplink {
 			float: none;
 			display: inline-block;
-			margin: 4px 0 0 0;
+			margin: 4px 0 0 4px;
+			border: none;
 			vertical-align: top;
 			}
 		#updateForm #metainfo LI #modifydate .wrap {

Modified: branches/delayed_entries/htdocs/update.bml
===================================================================
--- branches/delayed_entries/htdocs/update.bml	2011-09-16 05:45:36 UTC (rev 20053)
+++ branches/delayed_entries/htdocs/update.bml	2011-09-16 05:51:35 UTC (rev 20054)
@@ -253,12 +253,12 @@
         }
         # table with username/password fields
         $auth .= "<li id='altlogin_wrapper' class='pkg' style='display: $altlogin_display;'>\n";
-        $auth .= "<label for='altlogin_username' class='left'>$ML{'.username'}</label>\n";
+        $auth .= "<label for='altlogin_username' class='title'>$ML{'.username'}</label>\n";
         $auth .=  LJ::html_text({ 'name' => 'user', 'id' => 'altlogin_username', 'class' => 'text', 'size' => '15', 
                 'maxlength' => '15', 'tabindex' => '5', 'value' => $POST{'user'} || $GET{'user'} }) . "\n";
         $auth .= "</li>\n";
         $auth .= "<li id='altlogin_wrapper' class='pkg' style='display: $altlogin_display;'>\n";
-        $auth .= "<label for='altlogin_password' class='left'>$ML{'.password'}</label>\n";
+        $auth .= "<label for='altlogin_password' class='title'>$ML{'.password'}</label>\n";
         $auth .= LJ::html_text({ 'type' => 'password', 'id' => 'altlogin_password', 'class' => 'text',  
                 'name' => 'password', 'tabindex' => '6', 'size' => '15', 'maxlength' => '30' }) . "\n";
         # posted with a user, but no password

Tags: bml, css, ioracle, livejournal
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments