Skip to content

Commit

Permalink
Fix: Alignement of element into block login
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 27, 2013
1 parent 538e6c5 commit d07c767
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions htdocs/theme/bureau2crea/style.css.php
Expand Up @@ -627,7 +627,7 @@
.login_block_elem {
float: right;
vertical-align: top;
padding: 0px 0px 0px 4px !important;
padding: 8px 0px 0px 4px !important;
}

.alogin, .alogin:hover {
Expand All @@ -640,7 +640,7 @@
}

img.login, img.printer, img.entity {
padding: <?php echo ($conf->dol_optimize_smallscreen?'0':'8')?>px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 8px;
text-decoration: none;
color: white;
Expand Down
6 changes: 3 additions & 3 deletions htdocs/theme/cameleo/style.css.php
Expand Up @@ -697,7 +697,7 @@
.login_block_elem {
float: right;
vertical-align: top;
padding: 0px 0px 0px 4px !important;
padding: 8px 0px 0px 4px !important;
}

.alogin, .alogin:hover {
Expand All @@ -710,8 +710,8 @@
}

img.login, img.printer, img.entity {
padding: <?php echo ($conf->dol_optimize_smallscreen?'0':'8')?>px 0px 0px 0px;
margin: 0px 0px 0px 8px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 4px;
text-decoration: none;
color: white;
font-weight: bold;
Expand Down

0 comments on commit d07c767

Please sign in to comment.