diff options
author | friendica <info@friendica.com> | 2012-01-12 18:54:35 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-12 18:54:35 -0800 |
commit | df14d7abc472b49c8cb503dde789c9658ab73366 (patch) | |
tree | b9c0904689edc74963f80509b58209d30b8e088a /view/theme | |
parent | cdd56dc5def723e1ed02a66cc97c7e03bdfa985f (diff) | |
download | volse-hubzilla-df14d7abc472b49c8cb503dde789c9658ab73366.tar.gz volse-hubzilla-df14d7abc472b49c8cb503dde789c9658ab73366.tar.bz2 volse-hubzilla-df14d7abc472b49c8cb503dde789c9658ab73366.zip |
allow crepair to change name - as long as it isn't blank
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 = */ |