1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-02 06:24:11 +01:00

Update bookmarks/css/bookmarks.css

Replaced Spaces by Tabs. (Coding Guidelines.)
This commit is contained in:
Raghu Nayyar 2012-11-07 21:26:45 +05:30
parent e78fc2baa0
commit c2a45c1338

View File

@ -6,7 +6,7 @@
#firstrun_setting { font-size: 100%; text-decoration: underline} #firstrun_setting { font-size: 100%; text-decoration: underline}
input.disabled, input.disabled:hover { input.disabled, input.disabled:hover {
cursor: not-allowed; cursor: not-allowed;
background-color: #ddd; background-color: #ddd;
color: gray; color: gray;
} }
@ -15,8 +15,8 @@ input.disabled, input.disabled:hover {
} }
#rightcontent { #rightcontent {
padding-top: 5px; padding-top: 5px;
top: 1em !important; top: 1em !important;
} }
.bookmarks_headline { .bookmarks_headline {
@ -118,10 +118,10 @@ input.disabled, input.disabled:hover {
.addBm { .addBm {
background: none repeat scroll 0 0 #F8F8F8; background: none repeat scroll 0 0 #F8F8F8;
border-radius: 0.5em 0.5em 0.5em 0.5em; border-radius: 0.5em 0.5em 0.5em 0.5em;
color: #555555; color: #555555;
margin: 1em; margin: 1em;
padding: 0.5em 1em; padding: 0.5em 1em;
text-shadow: 0 1px 0 #FFFFFF; text-shadow: 0 1px 0 #FFFFFF;
width: 500px; width: 500px;
@ -132,7 +132,6 @@ input.disabled, input.disabled:hover {
.addBm h1 { .addBm h1 {
font-weight: bold; font-weight: bold;
border-bottom: 1px solid #BABABA; border-bottom: 1px solid #BABABA;
} }
@ -184,14 +183,14 @@ input.disabled, input.disabled:hover {
} }
#leftcontent .tag_list > li .tag , #leftcontent .share_list > li .tag{ #leftcontent .tag_list > li .tag , #leftcontent .share_list > li .tag{
background: none repeat scroll 0 0 #DEE7F8; background: none repeat scroll 0 0 #DEE7F8;
border: 1px solid #CAD8F3; border: 1px solid #CAD8F3;
border-radius: 6px 6px 6px 6px; border-radius: 6px 6px 6px 6px;
color: #555555; color: #555555;
font-weight: normal; font-weight: normal;
float:left; float:left;
padding: 0.3em; padding: 0.3em;
position: relative; position: relative;
} }
ul.tagit li.tagit-new { ul.tagit li.tagit-new {
@ -212,7 +211,7 @@ li:hover .tags_actions {
} }
li:hover em { display : none; } li:hover em { display : none; }
#tag_filter li, #tag_filter li:hover{ #tag_filter li, #tag_filter li:hover{
background: none repeat scroll 0 0 #F8F8F8; background: none repeat scroll 0 0 #F8F8F8;
} }
#tag_filter .tagit { #tag_filter .tagit {
@ -222,37 +221,37 @@ li:hover em { display : none; }
padding:0; padding:0;
} }
#tag_filter ul.tagit li.tagit-choice { #tag_filter ul.tagit li.tagit-choice {
background: none repeat scroll 0 0 #DEE7F8; background: none repeat scroll 0 0 #DEE7F8;
padding: 0.2em 18px 0.2em 0.5em; padding: 0.2em 18px 0.2em 0.5em;
} }
#tag_filter a { #tag_filter a {
display: inline; display: inline;
float: none; float: none;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
#tag_filter ul.tagit li.tagit-choice .close{ #tag_filter ul.tagit li.tagit-choice .close{
margin-top: -8px; margin-top: -8px;
cursor: pointer; cursor: pointer;
margin-top: -8px; margin-top: -8px;
position: absolute; position: absolute;
right: 0.1em; right: 0.1em;
top: 50%; top: 50%;
} }
.bookmark_desc{ .bookmark_desc{
height: 1.5em; height: 1.5em;
padding-left:1em; padding-left:1em;
white-space:nowrap; white-space:nowrap;
text-overflow:ellipsis; text-overflow:ellipsis;
overflow:hidden; overflow:hidden;
display:block; display:block;
} }
.bookmark_date, .bookmark_submit { .bookmark_date, .bookmark_submit {
font-size:small; font-size:small;
position: absolute; position: absolute;
right: 6em; right: 6em;
color:gray; color:gray;
/* margin-top:2.5em; */ /* margin-top:2.5em; */
margin-right: 0.2em; margin-right: 0.2em;
@ -281,31 +280,31 @@ li:hover em { display : none; }
} }
.bookmark_single_form .tagit{ .bookmark_single_form .tagit{
width: 80%; width: 80%;
box-shadow: 0 1px 1px #FFFFFF, 0 1px 0 #BBBBBB inset; box-shadow: 0 1px 1px #FFFFFF, 0 1px 0 #BBBBBB inset;
margin: 3px; margin: 3px;
} }
.bm_view_img .bookmark_actions { .bm_view_img .bookmark_actions {
bottom: 0.7em; bottom: 0.7em;
display: block; display: block;
position: absolute; position: absolute;
right: 1em; right: 1em;
top: auto; top: auto;
} }
#bookmark_settings { #bookmark_settings {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
background: none repeat scroll 0 0 #EEEEEE; background: none repeat scroll 0 0 #EEEEEE;
border-right: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC;
bottom: 0; bottom: 0;
height: 2.8em; height: 2.8em;
margin: 0; margin: 0;
overflow: visible; overflow: visible;
padding: 0; padding: 0;
position: fixed; position: fixed;
width: 20em; width: 20em;
z-index: 2; z-index: 2;
} }
#leftcontent #bookmark_settings li{ #leftcontent #bookmark_settings li{
@ -317,18 +316,18 @@ li:hover em { display : none; }
} }
#bookmark_settings .controls { #bookmark_settings .controls {
height: 2.8em; height: 2.8em;
width: 100%; width: 100%;
} }
#bookmark_settings .controls > li:last-child button { #bookmark_settings .controls > li:last-child button {
margin-right: 0.3em; margin-right: 0.3em;
} }
#bookmark_settings .controls button { #bookmark_settings .controls button {
height: 2.4em; height: 2.4em;
margin: 0.15em 0 0 0.15em; margin: 0.15em 0 0 0.15em;
padding: 0.2em 0.1em 0; padding: 0.2em 0.1em 0;
width: 2.4em; width: 2.4em;
} }
#bookmark_settings.open { #bookmark_settings.open {