Commit fbab8945 authored by Hermann Mayer's avatar Hermann Mayer
Browse files

Fixed some glitches in the user area (notifications/updates). Restyled the author area.

parent 33a6ced2
Loading
Loading
Loading
Loading
+37 −0
Original line number Diff line number Diff line
@@ -421,6 +421,7 @@ code, pre {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 26px;
    word-wrap: break-word;
}

.blog-article-activity .row {
@@ -629,3 +630,39 @@ code, pre {
    border-radius: 10px;
}

.hero-unit .table-striped th {
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}

.hero-unit .table-striped td {
    white-space: nowrap;
    width: 100%;
}

.headsup {
    display: block;
    background-image: url("/bundles/jityhomepage/img/icons/headup-icons.png");
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    margin-right: 10px;
    margin-bottom: 30px;
}

.headsup .file {
}

.headsup.cubes {
    background-position: -80px 0px;
}

.headsup.globe {
    background-position: -160px 0px;
}

.headsup.categories {
    background-position: -240px 0px;
}
+10 −0
Original line number Diff line number Diff line
@@ -352,3 +352,13 @@ hr {
    background-repeat: repeat;
}

.hero-unit .table-striped tbody tr:nth-child(2n+1) td, .hero-unit .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #D1D1D1;
    background-image: url("/bundles/jityhomepage/img/noise.png");
    background-repeat: repeat;
}

.hero-unit .table-striped tbody tr:nth-child(2n) td, .hero-unit .table-striped tbody tr:nth-child(2n) th {
    border-top-color: #E0E0E0;
}
+8 −0
Original line number Diff line number Diff line
@@ -321,3 +321,11 @@ hr {
    background-color: #171614;
}

.hero-unit .table-striped tbody tr:nth-child(2n+1) td, .hero-unit .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #201F1D;
}

.hero-unit .table-striped tbody tr:nth-child(2n) td, .hero-unit .table-striped tbody tr:nth-child(2n) th {
    border-top-color: #161514;
}
+8.86 KiB
Loading image diff...
+55.2 KiB

File added.

No diff preview for this file type.

Loading