diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/testbubble/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 9901d1469..118fc2e7c 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -2211,6 +2211,17 @@ margin-left: 0px; color: #efefef; } +.crepair-label { + margin-top: 10px; + float: left; + width: 250px; +} + +.crepair-input { + margin-top: 10px; + float: left; + width: 200px; +} /* ===================================== */ /* = Register, Settings, Profile Forms = */ |