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

Relative Styling in Inline Edit for Title, Url and Description.

This commit is contained in:
raghunayyar 2013-01-11 20:40:07 +05:30
parent 3cbd9e649e
commit 86093b8e19

View File

@ -291,34 +291,29 @@ li:hover em { display : none; }
.bookmark_single:hover .bookmark_url a[href]{ color:gray; }
.bookmark_url { display: none; }
.bookmark_form_title input, .bookmark_form_url input {
width: 35%;
}
.bookmark_form_desc textarea {
width:60%;
}
.bookmark_form_title {
float:left;
width:70%;
.bookmark_form_title {
float: left;
width:25%;
}
.bookmark_form_url {
foat:left;
width:70%;
position:absolute;
left:30%;
float:left;
width:25%;
}
.bookmark_form_tags {
float: left;
width: 40%;
position: absolute;
left: 58%;
width:30%;
float:left;
}
.bookmark_form_submit {
.bookmark_form_desc {
width:60%;
}
.bookmark_form_title input, .bookmark_form_url input, .bookmark_form_desc textarea {
width: 80%;
}
.bookmark_single_form {
@ -331,6 +326,7 @@ li:hover em { display : none; }
width: 80%;
box-shadow: 0 1px 1px #FFFFFF, 0 1px 0 #BBBBBB inset;
margin: 3px;
height:2.4em;
}
.bm_view_img .bookmark_actions {
bottom: 0.7em;