Reformat success page. Fixes #532

This commit is contained in:
Tom MacWright
2013-01-28 16:41:25 -05:00
parent 7ffda8c7d3
commit 7acca8e6d2
4 changed files with 40 additions and 18 deletions
+19 -11
View File
@@ -994,6 +994,14 @@ div.typeahead a:first-child {
text-align: center;
}
/* Success
------------------------------------------------------- */
a.success-action {
display:inline-block;
padding:10px;
margin:10px;
}
/* Notices
------------------------------------------------------- */
@@ -1056,17 +1064,17 @@ div.typeahead a:first-child {
}
.tooltip-inner {
text-align: left;
width: 200px;
font-size: 11px;
font-weight: bold;
line-height: 20px;
padding: 5px 10px;
color: #333;
background-color: white;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-align: left;
width: 200px;
font-size: 11px;
font-weight: bold;
line-height: 20px;
padding: 5px 10px;
color: #333;
background-color: white;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tooltip-arrow {