Revert home activity header
This commit is contained in:
@@ -294,6 +294,10 @@ object {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
.padded-header h3 small {
|
||||||
|
font-size: 13px;
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
.btn {
|
.btn {
|
||||||
outline:0px !important;
|
outline:0px !important;
|
||||||
}
|
}
|
||||||
@@ -2373,10 +2377,6 @@ a .library-user-instance-box:hover {
|
|||||||
margin-top: 9px;
|
margin-top: 9px;
|
||||||
width: 175px;
|
width: 175px;
|
||||||
}
|
}
|
||||||
.home-padded-header h3 small {
|
|
||||||
font-size: 13px;
|
|
||||||
text-transform: none;
|
|
||||||
}
|
|
||||||
.home-padded-header .button-bar {
|
.home-padded-header .button-bar {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
% if section == 'current_activity':
|
% if section == 'current_activity':
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="home-padded-header padded-header" id="current-activity-header">
|
<div class="padded-header" id="current-activity-header">
|
||||||
<h3><span id="sessions-shortcut">Activity</span>
|
<h3><span id="sessions-shortcut">Activity</span>
|
||||||
<small>
|
<small>
|
||||||
<span id="currentActivityHeader" style="display: none;">
|
<span id="currentActivityHeader" style="display: none;">
|
||||||
|
Reference in New Issue
Block a user