diff --git a/wise-webapp/src/main/webapp/css/mindmapList.less b/wise-webapp/src/main/webapp/css/mindmapList.less index 5d1c66b6..5f98e768 100644 --- a/wise-webapp/src/main/webapp/css/mindmapList.less +++ b/wise-webapp/src/main/webapp/css/mindmapList.less @@ -177,7 +177,7 @@ input#selectAll { span.starredOff { background: url('../images/star-off.png') no-repeat center left; padding: 10px; - margin: 0 0px 0 5px; + margin: 0 0 0 10px; } span.starredOff:hover { @@ -187,7 +187,7 @@ span.starredOff:hover { span.starredOn { background: url('../images/star-on.png') no-repeat center left; padding: 10px; - margin: 0 0px 0 5px; + margin: 0 0 0 10px; } span.starredOn:hover { @@ -212,4 +212,14 @@ abbr[title] { #foldersContainer { padding-top: 60px; -} \ No newline at end of file +} + +#footerContainer > ul { + padding:0px; + margin:0px; +} +#footerContainer > li.active { + padding:0px; + margin:0px; +} + diff --git a/wise-webapp/src/main/webapp/css/pageHeaders.css b/wise-webapp/src/main/webapp/css/pageHeaders.css index d61cea6b..b31520bc 100644 --- a/wise-webapp/src/main/webapp/css/pageHeaders.css +++ b/wise-webapp/src/main/webapp/css/pageHeaders.css @@ -18,7 +18,7 @@ html,body { } #headerToolbar { - height: 30px; + height: 35px; width: 100%; background-color: #171a17; border-top: 1px solid #999999; @@ -36,7 +36,7 @@ html,body { } #headerLogo { - margin-top: 18px; + margin-top: 23px; height: 80px; width: 160px; background: url("../images/logo-medium.png") no-repeat; diff --git a/wise-webapp/src/main/webapp/jsp/login.jsp b/wise-webapp/src/main/webapp/jsp/login.jsp index 3d29d720..9a970041 100644 --- a/wise-webapp/src/main/webapp/jsp/login.jsp +++ b/wise-webapp/src/main/webapp/jsp/login.jsp @@ -23,30 +23,25 @@