Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorRogelio Mita <rogeliomita@activitycentral.com>2013-04-12 12:13:28 (GMT)
committer Rogelio Mita <rogeliomita@activitycentral.com>2013-04-12 12:14:09 (GMT)
commit5d8f82d7548c9c711d79102d8d46042441d42427 (patch)
tree7c9fb946114016dfa6e86e5c994a383e88c25a1d /webapp
parent58d1b70b01ee063d185fe70d2ca5471210dac80b (diff)
Cosmetic
Diffstat (limited to 'webapp')
-rw-r--r--webapp/polls/templates/mustache/field.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/polls/templates/mustache/field.html b/webapp/polls/templates/mustache/field.html
index 995717c..26cd90f 100644
--- a/webapp/polls/templates/mustache/field.html
+++ b/webapp/polls/templates/mustache/field.html
@@ -21,7 +21,7 @@
<!-- Template: Field -->
<script type="text/x-mustache-template" name="field">
- <div class="row-fluid field well well-small">
+ <div class="row-fluid field well well-small" style="padding-rigth: 20px;">
<input type="hidden" name="groups.[[ group_order ]].fields.[[ order ]].order" value="[[ order ]]" class="field_order" />
@@ -74,7 +74,7 @@
<div class="WFieldAddOptionButton_container" style="margin: 5px;"></div>
- <div class="WFieldOptions_container well"></div>
+ <div class="WFieldOptions_container well" style="background-color: #F1F8E0;"></div>
</div>
</script> \ No newline at end of file