From: Mike Frysinger Date: Sat, 12 Nov 2011 06:42:17 +0000 (-0500) Subject: optimize google bookmarks X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=331b0c52f9381387dc2bea7a5defdfcc7da9fa2c;p=home.git optimize google bookmarks --- diff --git a/.config/google-chrome/Default/User StyleSheets/Custom.css b/.config/google-chrome/Default/User StyleSheets/Custom.css index 3152469..47503a4 100644 --- a/.config/google-chrome/Default/User StyleSheets/Custom.css +++ b/.config/google-chrome/Default/User StyleSheets/Custom.css @@ -292,6 +292,60 @@ div#calcontent div#vr-header { height: 50px !important; } +/* + * Google bookmarks + */ + +/* Padding under search bar */ +div.g-doc div.doc-body div#main div#mgmt-container div#search-form { + padding-bottom: 0px !important; +} + +/* Padding around Create new list button */ +div.g-doc div.doc-body div#main div#mgmt-container div#lhs div.starred-lhs { + margin-top: 0px !important; +} + +/* Move Sort by/Tools menu to the right */ +div.doc-body div#main div#mgmt-container div#lhs div#starred-tools { + position: absolute; + right: 0px; +} +div.doc-body div#main div#mgmt-container div#lhs div#starred-group { + position: absolute; + right: 0px; + top: 50px; +} + +/* Remove padding around Select toolbar */ +div.doc-body div#main div#mgmt-container div.content div#gn-thread-list div.content-header span.left-controls { + padding: 0px !important; +} + +/* Padding below Select toolbar */ +div.doc-body div#main div#mgmt-container div.content div#gn-thread-list div.section { + margin-top: 0px !important; +} + +/* Padding around each bookmark */ +div.doc-body div#main div#mgmt-container div.content div#gn-thread-list div.section div.gn-thread-item { + padding: 1px !important; +} +div.doc-body div#main div#mgmt-container div.content div#gn-thread-list div.section div.gn-thread-item div.gn-thread-result-block { + padding: 1px !important; +} + +/* Move bookmarks up to same line as link */ +div.doc-body div#main div#mgmt-container div.content div#gn-thread-list div.section div.gn-thread-item div.gn-thread-result-block div.gn-thread-result-line2 { + display: inline; + float: right; +} + +/* Kill off summary/copyright/etc... at bottom */ +html body div.g-doc:first-child + div#footer { + display: none; +} + /* * Google search */