revert read marker css

pull/697/head
Matthew Hodgson 2016-01-20 17:23:33 +00:00
parent 48052415b7
commit 1fd60f1e44
2 changed files with 6 additions and 2 deletions

View File

@ -172,10 +172,11 @@ li.mx_RoomView_myReadMarker_container {
} }
hr.mx_RoomView_myReadMarker { hr.mx_RoomView_myReadMarker {
border-top: solid 2px #76cfa6; border-top: solid 1px #76cfa6;
border-bottom: solid 1px #76cfa6;
margin-top: 0px; margin-top: 0px;
position: relative; position: relative;
top: 4px; top: 5px;
} }
.mx_RoomView_statusArea { .mx_RoomView_statusArea {

View File

@ -36,6 +36,9 @@ limitations under the License.
} }
.mx_SearchableEntityList_list { .mx_SearchableEntityList_list {
display: table;
table-layout: fixed;
width: 100%;
border-bottom: 1px solid #e1dddd; border-bottom: 1px solid #e1dddd;
} }