Skip to content

Commit

Permalink
Migration bootstrap 2.x => 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Couffe committed Feb 18, 2014
1 parent 6f03641 commit 015ec5d
Show file tree
Hide file tree
Showing 40 changed files with 8,314 additions and 9,557 deletions.
8 changes: 4 additions & 4 deletions assets/css/tattle.css
Expand Up @@ -27,10 +27,10 @@ footer {
border-top: 1px solid #eee;
}

.inline {display:inline-block;}
.inline {display:inline-block!important;}
.no-margin{margin:0;}
.pointer{cursor:pointer;}
.disabled .pointer{background-image:none;cursor:default;}
.disabled i{visibility:hidden;}

/*************************
* PAGE view_dashboard *
Expand All @@ -45,7 +45,7 @@ footer {
.dashboardslinks {right:20px;left: initial;top:35px;width:200px;position: fixed;display:initial!important;max-width:initial;z-index:2000;}
.dashboardslinks + div#graphscontainer {margin-right:220px;}

#graphscontainer{margin-top : 40px;}
#graphscontainer{margin-top : 50px;}


.optionsbtn{position: absolute; left:4%;}
Expand Down Expand Up @@ -75,7 +75,7 @@ table th.last,table td.last{width: 40px;text-align: center}

#table-graphs .popover{max-width: initial;}
.sortable-loader {
background-color:rgba(250,250,250,0.5);
background-color:rgba(220,220,220,0.5);
background-repeat: no-repeat;
background-position: center center;
position : absolute;
Expand Down

0 comments on commit 015ec5d

Please sign in to comment.