Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GM-Script-Writer-62850 committed Jul 17, 2013
1 parent e3dcbaa commit d18e2e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/style.php
Expand Up @@ -703,7 +703,7 @@
border-left: 1px solid #<?php echo $BG_COLOR; ?>;
margin-left: -1px;
}
.dualForm form > span {
.dualForm form p > span {
width: 100px;
display: inline-block;
}
Expand All @@ -723,6 +723,7 @@
overflow: hidden;
}
.dualForm .largeButton span{
display: inline-block;
transform: rotate(-20deg) scale(5);
-ms-transform: rotate(-20deg) scale(5);
-webkit-transform: rotate(-20deg) scale(5);
Expand Down

0 comments on commit d18e2e8

Please sign in to comment.