1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-19 15:52:10 +01:00

Increased Height of Tags for Scrolling in both Chrome and Firefox.

This commit is contained in:
raghunayyar 2013-01-28 23:57:25 +05:30
parent 86093b8e19
commit 5c244c53b8

View File

@ -308,9 +308,12 @@ li:hover em { display : none; }
.bookmark_form_desc {
width:60%;
width:50%;
}
.bookmark_form_desc textarea {
margin-top:-3.4em;
}
.bookmark_form_title input, .bookmark_form_url input, .bookmark_form_desc textarea {
width: 80%;
@ -326,7 +329,7 @@ li:hover em { display : none; }
width: 80%;
box-shadow: 0 1px 1px #FFFFFF, 0 1px 0 #BBBBBB inset;
margin: 3px;
height:2.4em;
height:6.4em;
}
.bm_view_img .bookmark_actions {
bottom: 0.7em;