FogBugz #119: restyle the new form.
This commit is contained in:
parent
8f25f4853b
commit
62142536c7
2 changed files with 14 additions and 27 deletions
|
|
@ -293,12 +293,6 @@ label {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* tag clouds */
|
|
||||||
.tagcloud1 { font-size: 1.0em; text-decoration: none; }
|
|
||||||
.tagcloud2 { font-size: 1.2em; text-decoration: none; }
|
|
||||||
.tagcloud3 { font-size: 1.4em; text-decoration: none; }
|
|
||||||
.tagcloud4 { font-size: 1.6em; text-decoration: none; }
|
|
||||||
|
|
||||||
/* subtitle, at top right of page */
|
/* subtitle, at top right of page */
|
||||||
div.subtitle {
|
div.subtitle {
|
||||||
background-color: #efefef;
|
background-color: #efefef;
|
||||||
|
|
@ -385,27 +379,11 @@ div.status_text a { color: #444444; }
|
||||||
width: 465px;
|
width: 465px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.big_green_button, .submit {
|
.not_yet_implemented {
|
||||||
margin:0px;
|
color: #aaaaaa; // /* $grayLight; */
|
||||||
margin-left: 3em;
|
}
|
||||||
border:solid 1px #ccc;
|
#not_net_implemented {
|
||||||
border-top:solid 1px #ddd;
|
color: $orangeText;
|
||||||
border-left:solid 1px #ddd;
|
|
||||||
font-size:22px;
|
|
||||||
color:#fff;
|
|
||||||
cursor:pointer;
|
|
||||||
line-height:42px;
|
|
||||||
height:42px;
|
|
||||||
padding:0px 15px;
|
|
||||||
overflow:visible;
|
|
||||||
border-radius:5px;
|
|
||||||
-moz-border-radius:5px;
|
|
||||||
-webkit-border-radius:5px;
|
|
||||||
background:#87b500;
|
|
||||||
border-width:0px;
|
|
||||||
border-right:solid 1px #689300;
|
|
||||||
border-bottom:solid 1px #689300;
|
|
||||||
text-shadow:#719e03 1px 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* app/views/uielements/ */
|
/* app/views/uielements/ */
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<%# <legend>Contact details</legend> %>
|
<%# <legend>Contact details</legend> %>
|
||||||
|
<div class="control-group">
|
||||||
|
<div class="controls">
|
||||||
|
<%= image_tag("dummy_buddy_m.png") %>
|
||||||
|
</div>
|
||||||
|
<div class="controls">
|
||||||
|
<span class="not_yet_implemented">(Bild kann noch nicht geändert werden.)</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<%= label_tag(:firstname, "First name", :class => "control-label") %>
|
<%= label_tag(:firstname, "First name", :class => "control-label") %>
|
||||||
<div class="controls"><%= f.text_field :firstname, :placeholder => "Vorname", :value => @contact.firstname, :class => "input-xlarge" %></div>
|
<div class="controls"><%= f.text_field :firstname, :placeholder => "Vorname", :value => @contact.firstname, :class => "input-xlarge" %></div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue