Commit 21778675 authored by Pietro Albini's avatar Pietro Albini Committed by Milo Casagrande

Some theme fixes.

parents 746e84aa 0c1dc927
......@@ -562,6 +562,13 @@ padding-top: 4px;
width: 100%;
}*/
.question-summary-wrapper h2 a
{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.short-summary-title {
float: left;
}
......@@ -693,6 +700,7 @@ padding-top: 4px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
height: 100%;
}
.paginator .curr {
......@@ -815,31 +823,33 @@ a.medal {
}
.tabsA {
background: #eeeeee;
display: block;
float: right;
font-weight: bold;
height: 20px;
position: relative;
padding: 0 3px;
border: 1px solid #cccccc;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 1px 4px #cccccc;
-webkit-box-shadow: 0 1px 4px #cccccc;
-moz-box-shadow: 0 1px 4px #cccccc;
-khtml-box-shadow: 0 1px 4px #cccccc;
}
.tabsA a, .sticky-sort-tabs {
background: #f0f0f0;
background: #eeeeee;
color: #888A85;
display: block;
float: left;
line-height: 22px;
margin: 0px 4px;
text-decoration: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 1px 3px #D0D0D0 inset;
-moz-box-shadow: 0 1px 3px #D0D0D0 inset;
-webkit-box-shadow: 0 1px 3px #D0D0D0 inset;
text-decoration: none;
}
.tabsA a {
padding: 0 11px;
padding: 0 11px;
}
.sticky-sort-tabs {
......@@ -854,10 +864,11 @@ a.medal {
margin: 2px;
}
.tabsA a.on, .tabsA a:hover {
.tabsA a.on {
background: none repeat scroll 0 0 #FFFFFF;
color: #DD4818;
box-shadow: 0 1px 5px #d0d0d0 inset;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}
.tabsA a:hover {
......@@ -1041,6 +1052,12 @@ div.question-body p, div.answer-body p {
overflow: hidden;
}
.badge-list li {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
/*.badge-list a {
color: #DD4818;
......@@ -1272,6 +1289,30 @@ ins {
-webkit-border-radius: 4px;
}
.userSection
{
margin: 20px 0;
}
.userSection > h2
{
float: left;
width: 50%;
}
.userSection .tabsA
{
float: right;
max-width: 50%;
}
.userSection .tabsA:after
{
clear: both;
content: '';
display: block;
}
.user-info-table {
margin-bottom: 10px;
width: 100%;
......@@ -2163,13 +2204,18 @@ div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content text
height: 14px;
display: inline-block;
margin-left: 4px;
vertical-align: top;
}
.boxC .feed-icon {
}
.tabBar .feed-icon {
position: relative;
top: 6px;
left: 5px;
}
.feed-icon-big {
width: 28px;
height: 28px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment