1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-04-03 20:25:32 +02:00

Removed Absolute Positioning of the cancel/submit buttons.

They take up the third row, keeping them on the right side with screens
with low resolution might not be a good idea.
This commit is contained in:
raghunayyar 2013-01-01 21:39:34 +05:30
parent cffcaa5081
commit 3cbd9e649e

View File

@ -291,10 +291,14 @@ 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, .bookmark_form_desc textarea {
.bookmark_form_title input, .bookmark_form_url input {
width: 35%;
}
.bookmark_form_desc textarea {
width:60%;
}
.bookmark_form_title {
float:left;
width:70%;
@ -314,10 +318,7 @@ li:hover em { display : none; }
}
.bookmark_form_submit {
position: absolute;
float: left;
left: 40%;
top: 33%;
}
.bookmark_single_form {