Commit 9057400a by Danyi Bence

css fix

parent f0312d77
......@@ -119,6 +119,9 @@ a:link,a:visited{
.wm .details .value{
float: right;
}
.wm .details a{
text-decoration: underline;
}
.wm .summary:hover{
background-color: #b1b1b1;
}
......
......@@ -20,7 +20,7 @@
<li class="wm">
<form method="POST" action="/vm/new/{{m.pk}}/">{% csrf_token %}
<div class="summary">
{{m.name}}
<div class="name wm-on">{{m.name}}</div>
<div class="status">
<input type="submit" value="Indítás"/>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment