Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Relative Styling in Inline Edit for Title, Url and Description.
  • Loading branch information
raghunayyar committed Jan 11, 2013
1 parent d7f9fb1 commit 4f5826e
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions bookmarks/css/bookmarks.css
Expand Up @@ -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_title {
float: left;
width:25%;
}

.bookmark_form_desc textarea {
width:60%;
.bookmark_form_url {
float:left;
width:25%;
}

.bookmark_form_title {
.bookmark_form_tags {
width:30%;
float:left;
width:70%;
}

.bookmark_form_url {
foat:left;
width:70%;
position:absolute;
left:30%;
}
.bookmark_form_tags {
float: left;
width: 40%;
position: absolute;
left: 58%;

.bookmark_form_desc {
width:60%;
}

.bookmark_form_submit {

.bookmark_form_title input, .bookmark_form_url input, .bookmark_form_desc textarea {
width: 80%;
}

.bookmark_single_form {
Expand All @@ -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;
Expand Down

0 comments on commit 4f5826e

Please sign in to comment.