Revision 0c1f14ed

b/ui/static/main.css
1120 1120
    margin-bottom: 20px;
1121 1121
}
1122 1122

  
1123
.meta-modal hr.bottomruler {
1124
    height: 20px;
1125
    margin-top: 40px;
1126
}
1127

  
1128 1123
.meta-modal hr.meta-separator {
1129 1124
    width: 320px;
1130 1125
    margin: 5px 0 2px 0;
1131 1126
}
1132 1127

  
1128
.meta-modal div.bottomruler {
1129
    background-color: #666;
1130
    height: 20px;
1131
    margin-top: 40px;
1132
}
1133

  
1133 1134
.meta-modal div.content {
1134 1135
    height: 248px;
1135 1136
    width: 345px;
b/ui/templates/machines.html
196 196
        </ul>
197 197
    </div>
198 198
    <button type="button" class="create">{% trans "Create New+" %}</button>
199
    <hr class="bottomruler" /> 
199
    <div class="bottomruler" /> 
200 200
</div>
201 201

  
202 202
<a id="meta-editor-2" rel="#editor-2" href="#"></a>
......
217 217
        <button type="button" class="cancel">{% trans "Cancel" %}</button>
218 218
        <button type="button" class="save">{% trans "Save" %}</button>
219 219
    </div>
220
    <hr class="bottomruler" /> 
220
    <div class="bottomruler" /> 
221 221
</div>
222 222

  
223 223
<div id="machinesview"></div>

Also available in: Unified diff