summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorOfer Lehr <ofer@oferlehr.com>2014-12-07 20:49:31 +0200
committerOfer Lehr <ofer@oferlehr.com>2014-12-07 20:49:31 +0200
commit4fe0cdc072c30c816101e8879abde204702e314f (patch)
tree382d246929fdd88dc5932f85777e008c3e0587f0 /index.html
parent4e04cee22ef48093f1411d59c47a4a35e270a7dd (diff)
info card - new styling for url field
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index b1fd37ca..6bac039b 100644
--- a/index.html
+++ b/index.html
@@ -70,7 +70,7 @@
<div id="startdate"><label class="info-card-attr">Start date</label><input id="editstartdate"/></br></div>
<div id="enddate"><label class="info-card-attr">End date:</label><input id="editenddate"/></div>
<div id="desc"><label>Description</label><input id="editdescription"/></div>
- <div id="url"><p class="info-card-attr">URL</p><p class="info-card-attr-val"><input id="editurl"></p></div>
+ <div id="url"><p class="info-card-attr">URL</p><p class="info-card-attr-val info-card-url"><input id="editurl"></p></div>
<hr>
<button class="btn-regular btn-regular-outline">Save</button>
<button id="deletenode" class="btn-regular">Delete</button>