Skip to content

Commit

Permalink
Fixed some CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
setpixel committed Aug 14, 2015
1 parent 9a059b3 commit b902a0e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
23 changes: 12 additions & 11 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,6 @@ h2 {
left: 5px;
}


#chatinput {
font-family: 'proximanova';
color: rgb(255,255,255);
Expand Down Expand Up @@ -895,7 +894,7 @@ h2 {
margin-top: 10px;
margin-left: 10px;
/*border: 1px solid rgba(0,0,0,0.3);*/
box-shadow: 0px 2px 0px 1px rgba(0,0,0,0.1), 0px 2px 3px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1), 0px 2px 15px 0px rgba(0,0,0,0.3);
cursor: default;
transform: translate3d(0,0,0) scale(1);
transform-origin: top left;
Expand All @@ -912,31 +911,33 @@ h2 {
display: block !important;
}


#context-menu div {
color: #555;
font-size: 15px;
padding: 6px 15px;
}

#context-menu div:first-child {
border-radius: 5px 5px 0 0;
}

#context-menu div:last-child {
border-radius: 0 0 5px 5px;
}

#context-menu div:hover {
background-color: rgba(0,0,0,0.1);
background-color: rgba(0,0,0,0.07);
}

#context-menu hr {
border: 0;
border-bottom: 1px dotted rgba(0,0,0,0.3);
border-bottom: 1px dotted rgba(0,0,0,0.1);
}


.filter-content .content-section h3 {
font-size: 20px;
}

.filter-content .content-section span {
color: rgba(0,0,0,0.7);
}




}
13 changes: 7 additions & 6 deletions js/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
TODAYS
context menu shouldnt go offscreen
scroll to position on selected item
kochai: there's an issue when you keep deleting notes and you get to delete the last one on the top left, after that you can't go to another note to delete it until refreshing the page
//scale to fit better!!!!
Expand All @@ -12,12 +13,12 @@
completion
//filter by any index
right click context menu:
add node after
delete
inspect
speak from here
zoom to fit
//right click context menu:
// add node after
// delete
// inspect
// speak from here
// zoom to fit
//listen for image load for reflow
show completion info
Expand Down

0 comments on commit b902a0e

Please sign in to comment.