Skip to content

Commit

Permalink
Small changes + version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp committed Oct 31, 2014
1 parent ccec785 commit e90a687
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 30 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ Icon

# Node modules
node_modules

# IDEA
/.idea
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rdash-ui",
"description": "Bloat free responsive admin style dashboard.",
"version": "0.0.3",
"version": "0.0.4",
"homepage": "https://rdash.github.io/rdash-ui/",
"repository": {
"type": "git",
Expand Down
7 changes: 5 additions & 2 deletions dist/css/rdash.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,8 @@
right: 23px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-bottom: 7px solid rgba(0, 0, 0, 0.2);
border-left: 7px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}
.row.header .user > .item ul.dropdown-menu:after {
Expand Down Expand Up @@ -313,6 +312,7 @@ ul.sidebar .sidebar-title {
height: 35px;
line-height: 40px;
text-transform: uppercase;
transition: all .6s ease 0s;
}
ul.sidebar .sidebar-list {
height: 40px;
Expand Down Expand Up @@ -342,6 +342,8 @@ ul.sidebar .sidebar-list .menu-icon {
}
#page-wrapper:not(.open) ul.sidebar .sidebar-title {
display: none;
height: 0px;
text-indent: -100px;
}
#page-wrapper:not(.open) ul.sidebar .sidebar-title.separator {
display: block;
Expand All @@ -362,6 +364,7 @@ ul.sidebar .sidebar-list .menu-icon {
width: 100%;
padding: 0;
margin: 0;
transition: all .6s ease 0s;
text-align: center;
}
.sidebar-footer div a {
Expand Down
3 changes: 1 addition & 2 deletions less/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@
right: 23px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-bottom: 7px solid rgba(0, 0, 0, 0.2);
border-left: 7px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}
ul.dropdown-menu:after {
Expand Down
4 changes: 4 additions & 0 deletions less/sidebar.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ ul.sidebar {
height: 35px;
line-height: 40px;
text-transform: uppercase;
transition: all .6s ease 0s;
}
.sidebar-list {
height: 40px;
Expand Down Expand Up @@ -83,6 +84,8 @@ ul.sidebar {
bottom: 0;
.sidebar-title {
display: none;
height: 0px;
text-indent: -100px;
}
.sidebar-title.separator {
display: block;
Expand All @@ -109,6 +112,7 @@ ul.sidebar {
width: 100%;
padding: 0;
margin: 0;
transition: all .6s ease 0s;
text-align: center;
div {
a {
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "rdash-ui",
"description": "Bloat free responsive admin style dashboard.",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/rdash/rdash-ui.git"
},
"bugs": {
"url": "https://github.com/rdash/rdash-ui/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/rdash/rdash-ui/blob/master/LICENSE"
},
"dependencies": {
"gulp": "^3.8.8",
"gulp-concat": "^2.4.0",
"gulp-connect": "^2.0.6",
"gulp-less": "^1.3.5",
"gulp-minify-css": "^0.3.8",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-watch": "^1.0.2"
}
}
"name": "rdash-ui",
"description": "Bloat free responsive admin style dashboard.",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "https://github.com/rdash/rdash-ui.git"
},
"bugs": {
"url": "https://github.com/rdash/rdash-ui/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/rdash/rdash-ui/blob/master/LICENSE"
},
"dependencies": {
"gulp": "^3.8.8",
"gulp-concat": "^2.4.0",
"gulp-connect": "^2.0.6",
"gulp-less": "^1.3.5",
"gulp-minify-css": "^0.3.8",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-watch": "^1.0.2"
}
}

0 comments on commit e90a687

Please sign in to comment.