Skip to content

Instantly share code, notes, and snippets.

@ianthekirkland
Forked from than/gist:3919174
Created January 24, 2013 17:45
Show Gist options
  • Save ianthekirkland/4625644 to your computer and use it in GitHub Desktop.
Save ianthekirkland/4625644 to your computer and use it in GitHub Desktop.
Simplenote in Menubar
/* -------------------------------------------------
SIMPLENOTE IN YOUR MENUBAR / FLUID.APP USERSTYLES
Than Tibbetts
http://thanland.com/notes/put-simplenote-in-your-menubar-with-fluid
------------------------------------------------- */
.wrapper { top: 20px !important; height: 92%; }
.sidebar { float: left; width: 100% !important; height: 50%; background: none !important; border-right: none !important; border-bottom: 2px solid rgba(0, 0, 0, 0.398438); border-bottom-left-radius: 0 !important; }
.note { position: relative !important; float: left; top: 50% !important; height: 48% !important; right: 0px !important; left: 0px !important; padding: 0 !important; padding: none !important; width: 100%; }
#txtarea { padding: 10px 5px 0 5px !important; }
.tagbar { left: 50% !important; z-index:2; }
.wrapper { min-width: 445px; }
.warn p { padding: 4px; }
.app { position: relative; height: 100%; }
h1, .header, .footer, .fusionentire, #fusion_ad { display: none; padding: none; }
#pagewrap { width: auto !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment