Skip to content

Commit

Permalink
MDL-35275 - Left align INPUT boxes and TEXT boxes during Install proc…
Browse files Browse the repository at this point in the history
…ess, when in RTL mode
  • Loading branch information
nadavkav committed Sep 15, 2012
1 parent ae8fe37 commit e98458d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/base/style/core.css
Expand Up @@ -981,3 +981,9 @@ sup {vertical-align: super;}
-webkit-box-shadow: 0px 0px 10px 0px #CCCCCC;
-moz-box-shadow: 0px 0px 10px 0px #CCCCCC;
}

/* Install Process' text fields Forms, should always be justified to the left */
form#installform #id_wwwroot,form#installform #id_dirroot ,form#installform #id_dataroot,
form#installform #id_dbhost, form#installform #id_dbname, form#installform #id_dbuser,
form#installform #id_dbpass, form#installform #id_prefix
{direction: ltr;}

0 comments on commit e98458d

Please sign in to comment.