Skip to content

Commit

Permalink
Merge pull request #7 from hugovk/fix-typos
Browse files Browse the repository at this point in the history
Fix typos and tidy CSS
  • Loading branch information
EliJDonahue authored Jul 23, 2019
2 parents da01e20 + 21568f6 commit 7a1412f
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion Innovator/Client/scripts/kanban/Boards.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1 style="margin-left: 20px;">

<div class="btn btn-default" id="refreshBoard"><span class="glyphicon glyphicon-refresh"></span> Refresh</div>

<div class="btn btn-info pull-right" id="changeWallpaper"><span class="glyphicon glyphicon-picture"></span> WallPaper</div>
<div class="btn btn-info pull-right" id="changeWallpaper"><span class="glyphicon glyphicon-picture"></span> Wallpaper</div>
<div class="pull-right " style="display:none;" id="wallpaperDiv">
<select class="form-control pull-right" style="width:200px; margin-left:20px;" id="wallpaperSelect"> </select>
<div class="btn btn-danger pull-right" id="cancelChangeWallpaper"><span class="glyphicon glyphicon-remove-circle"></span> Close</div>
Expand Down
126 changes: 63 additions & 63 deletions Innovator/Client/scripts/kanban/css/style.css
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
div.stage{
div.stage {
width: 300px;
margin-right: 20px;
}

.droppable{
.droppable {
min-height: 80px;
}

#unclassified{
#unclassified {
width: 300px;
margin-right: 20px;
margin-left: 20px;
}

body{
body {
padding: 15px;
}

.boardName,.boardsName{
.boardName,.boardsName {
margin-right: 30px;
text-shadow: 0px 1px white,1px 0px white,-1px 0px white,0px -1px white,0px 0px 3px white;
text-shadow: 0 1px white, 1px 0 white, -1px 0 white, 0 -1px white, 0 0 3px white;
}

.handler {
margin-right: 10px;
cursor: pointer;
}

h3.stageTitle:hover{
h3.stageTitle:hover {
font-style: italic;
}

.stageHeader{
.stageHeader {
height: 36px;
}

.grabbed{
.grabbed {
-ms-transform: rotate(3deg); /* IE 9 */
-webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
transform: rotate(3deg);
/* 50% black box shadow */
-webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}

.board{
.board {
opacity: 0.9;
}

Expand All @@ -56,139 +56,139 @@ box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
cursor: pointer;
}

.cardTitle{
.cardTitle {
height: 25px;
}

.colorizerSwitch{
.colorizerSwitch {
height:22px;
font-size: 22;
font-size: 22px;
}

.colorizerSwitch.coral{
.colorizerSwitch.coral {
color: red;
}
.colorizerSwitch.yellow{
.colorizerSwitch.yellow {
color: yellow;
}
.colorizerSwitch.green{
.colorizerSwitch.green {
color: green;
}
.colorizerSwitch.grey{
.colorizerSwitch.grey {
color: grey;
}

.colorizer.coral{
.colorizer.coral {
color: red;
}
.colorizer.yellow{
.colorizer.yellow {
color: yellow;
}
.colorizer.green{
.colorizer.green {
color: green;
}
.colorizer.grey{
.colorizer.grey {
color: grey;
}
.cardContent{
max-height: 200px;
overflow: hidden; /* "overflow" value must be different from "visible" */
text-overflow: ellipsis;
.cardContent {
max-height: 200px;
overflow: hidden; /* "overflow" value must be different from "visible" */
text-overflow: ellipsis;
}

body {
background: url(../default.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
body {
background: url(../default.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#cardFilter{
#cardFilter {
margin-right: 20px;
}

.card.selected div.panel{
border: solid 2px #5cb85c;
-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
.card.selected div.panel {
border: solid 2px #5cb85c;
-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.hideStage{
/* -ms-transform: rotate(270deg); /* IE 9 */
/* -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
/* transform: rotate(270deg);*/
.hideStage {
/* -ms-transform: rotate(270deg); /* IE 9 */
/* -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
/* transform: rotate(270deg);*/
transition: transform 0.8s;
transform-origin: right top;
transform: translateX(-100%) rotate(-90deg) ;
transform: translateX(-100%) rotate(-90deg);
z-index: 10000;
}

.hideStage .panel .panel-heading .stageTitle{
.hideStage .panel .panel-heading .stageTitle {
font-weight: bold;
}

.showStage{
/* -ms-transform: rotate(270deg); /* IE 9 */
/* -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
/* transform: rotate(270deg);*/
.showStage {
/* -ms-transform: rotate(270deg); /* IE 9 */
/* -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
/* transform: rotate(270deg);*/
transition: transform 0.6s;
transform-origin: right top;
transform: rotate(0deg) ;
transform: rotate(0deg);
}


.nextToRotated{
margin-left: -250px;
.nextToRotated {
margin-left: -250px;
}


.hideStageButton{
.hideStageButton {
margin-right: 10px;
cursor: pointer;
}


.hideStageButton:hover{
.hideStageButton:hover {
color: red;
}
.handler:hover{
.handler:hover {
color: red;
}




div.userInitiales{
div.userInitiales {
border: solid 1px black;
float: left;
width: 28px;
height: 28px;
margin-top: -6px;
text-align: center;
padding-top: 4px;
padding-top: 4px;
border-radius: 14px;
background-color: white;
}
img.userInitiales{
img.userInitiales {
width: 28px;
height: 28px;
margin-top: -6px;
}

.panel-footer{
.panel-footer {
height: 38px;
}

.managerPicture{
.managerPicture {
margin-bottom: 6px;
}

div.tooltip{
div.tooltip {
z-index: 10000;
}

div.panel{
div.panel {
z-index: 0;
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ Contributors:

## License

Aras Labs projects are published to Github under the MIT license. See the [LICENSE file](./LICENSE.md) for license rights and limitations.
Aras Labs projects are published to GitHub under the MIT license. See the [LICENSE file](./LICENSE.md) for license rights and limitations.

0 comments on commit 7a1412f

Please sign in to comment.