Skip to content

Commit

Permalink
UI changes 101
Browse files Browse the repository at this point in the history
  • Loading branch information
akashnimare committed Sep 16, 2016
1 parent da97b65 commit 900ac41
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
17 changes: 7 additions & 10 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,26 +100,23 @@ body {
}
ul {
list-style-type: none;
margin: 0;
margin-left: -60px;
padding: 0
margin-top:-20px;
}
li {
float: left;
margin: 0;
padding: 26px 50px;
text-align: center;
}
li div {
/*margin: 1.125em 0*/
}

h2 {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: -15px 0 9px;
font-size: 17px;
color: #77bf90;
text-transform: uppercase;
/* text-shadow: 0 1px 1px #5f5f5f; */

float: left;
width: 35%;
text-align: left;
Expand Down Expand Up @@ -182,7 +179,7 @@ input[type="checkbox"]:checked+label span {
left: 28px;
}
.arrow {
position: relative;
position: fixed;
padding: 12px 0;
background: transparent;
}
Expand All @@ -193,15 +190,15 @@ input[type="checkbox"]:checked+label span {
border-width: 0 8px 12px 8px;
border-style: solid;
border-color: transparent transparent black transparent;
position: absolute;
position: fixed;
top: 0px;
left: 50%;
transform: translateX(-50%);
}
.darwin.page {
border-radius: 5px;
/* border-radius: 5px;
box-shadow: 0 5px 24px rgba(0, 0, 0, 0.7);
overflow: hidden;
overflow: hidden;*/
}
.icon {
float: left;
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const menubar = require('menubar')
const {Menu} = require('electron')

const mb = menubar({transparent: true,
width: 330,
height: 500,
width: 300,
height: 530,
icon: path.join(__dirname, '/img/Icon.png')
})

Expand Down

0 comments on commit 900ac41

Please sign in to comment.