aboutsummaryrefslogtreecommitdiff
path: root/public/ng/css
diff options
context:
space:
mode:
authorMichael Boke <michael@mbict.nl>2014-10-03 22:51:07 +0200
committerMichael Boke <michael@mbict.nl>2014-10-03 22:51:07 +0200
commitba1270df2d3d835b397317f133963e7b517242f1 (patch)
tree1265a142a1fd9951d30ae11648e7fbfb5806e594 /public/ng/css
parentba0feadc34400cb91ff23f66096884d862651cdd (diff)
parent405ee14711ab946bd709ec28a526890c40cbc03b (diff)
Merge remote-tracking branch 'upstream/master'
Conflicts: conf/app.ini
Diffstat (limited to 'public/ng/css')
-rw-r--r--public/ng/css/gogs.css280
-rw-r--r--public/ng/css/magnific-popup.css368
-rw-r--r--public/ng/css/tipsy.css25
-rw-r--r--public/ng/css/ui.css21
4 files changed, 634 insertions, 60 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index d81d6f31..feb21c97 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -7,9 +7,6 @@ body {
width: 16px;
text-align: center;
}
-.fa {
- font-size: 14px;
-}
.container {
max-width: 1170px;
padding: 0 1.5em;
@@ -20,6 +17,11 @@ img.avatar-16 {
height: 16px;
vertical-align: middle;
}
+img.avatar-20 {
+ width: 20px;
+ height: 20px;
+ vertical-align: middle;
+}
img.avatar-24 {
width: 24px;
height: 24px;
@@ -45,6 +47,9 @@ img.avatar-100 {
height: 100px;
vertical-align: middle;
}
+.drop-down .panel-header {
+ font-size: 14px;
+}
#wrapper {
padding: 0;
margin: 0 0 -55px 0;
@@ -294,6 +299,12 @@ img.avatar-100 {
.markdown li:first-child {
margin-top: 0;
}
+.markdown code {
+ padding: 0.2em 0.5em;
+ margin: 0;
+ background-color: rgba(0, 0, 0, 0.04);
+ border-radius: 3px;
+}
.markdown > pre {
font-size: 14px;
line-height: 1.6;
@@ -304,10 +315,23 @@ img.avatar-100 {
padding: 10px;
background-color: #f8f8f8;
}
+.markdown > pre code {
+ padding: 0;
+ background-color: inherit;
+}
.markdown img {
padding: 10px 0;
max-width: 100%;
}
+.markdown blockquote {
+ border-left: 4px solid #ddd;
+ margin-bottom: 16px;
+}
+.markdown blockquote p {
+ font-size: 14px;
+ padding: 5px 15px;
+ color: #777;
+}
.markdown a {
color: #428BCA;
}
@@ -375,11 +399,6 @@ img.avatar-100 {
margin: 0 0 9px;
padding: 0 9px;
}
-.markdown blockquote,
-.markdown blockquote p {
- font-size: 14px;
- background-color: #f5f5f5;
-}
.markdown > pre.linenums {
padding: 0;
}
@@ -668,19 +687,34 @@ ol.linenums {
#feature-wrapper .grid-1-2 {
margin-bottom: 30px;
}
+#install-form {
+ padding: 15px;
+}
+#install-form label {
+ width: 35%;
+}
+#install-form input {
+ width: 30%;
+}
+#install-form input[type="checkbox"],
+#install-form input[type="radio"] {
+ width: auto;
+}
/*
-The dashboard page style
+ The dashboard page style
*/
#dashboard-header {
border-bottom: 1px solid #d6d6d6;
height: 69px;
+ background-color: #FFF;
}
#dashboard-header > .menu-line > li {
- padding: 12px 0;
+ padding: 12px 6px;
}
#dashboard-header > .menu-line > li.right > a {
font-size: 1.2em;
color: #444444;
+ padding: .4em .8em;
}
#dashboard-header > .menu-line > li.right > a:hover {
background-color: transparent;
@@ -710,7 +744,7 @@ The dashboard page style
border-top-left-radius: .3em;
border-top-right-radius: .3em;
width: 100%;
- height: 35px;
+ height: 32px;
}
#dashboard-sidebar-menu > li {
border: 1px solid #d6d6d6;
@@ -719,8 +753,8 @@ The dashboard page style
border-bottom: none;
}
#dashboard-sidebar-menu > li > a {
- padding-top: .4em;
- padding-bottom: .4em;
+ padding-top: .3em;
+ padding-bottom: .3em;
}
#dashboard-sidebar-menu > li.first {
border-top-left-radius: .3em;
@@ -788,6 +822,11 @@ The dashboard page style
#dashboard-my-repo .repo-contrib-header {
border-top: 1px solid #d6d6d6;
}
+#dashboard-my-mirror .panel-header,
+#dashboard-my-org .panel-header,
+#dashboard-my-repo .panel-header {
+ font-size: 14px;
+}
#dashboard-my-repo .panel-header .octicon {
margin-right: 6px;
font-size: 12px;
@@ -801,7 +840,7 @@ The dashboard page style
}
#dashboard-new-repo {
width: 50px;
- height: 35px;
+ height: 33px;
padding-top: 6px;
margin-right: 1px;
border-top-left-radius: .3em;
@@ -811,7 +850,7 @@ The dashboard page style
font-size: 2em;
}
#dashboard-new-repo-menu {
- top: 35px;
+ top: 33px;
width: 180px;
background-color: #FFF;
left: -132px;
@@ -861,6 +900,9 @@ The dashboard page style
#dashboard-switch-menu > li.checked > a .octicon {
opacity: 1;
}
+#dashboard-news {
+ padding-bottom: 60px;
+}
#dashboard-news .news {
margin-right: 2.4em;
padding-bottom: 1em;
@@ -966,9 +1008,9 @@ The register and sign-in page style
background-color: transparent;
}
#repo-header-meta a > .btn {
- font-size: 1.05em;
- margin-left: 16px;
line-height: 16px;
+ margin-left: 16px;
+ font-size: 13px;
}
#repo-header-meta a > .btn i {
margin-right: 6px;
@@ -998,19 +1040,28 @@ The register and sign-in page style
line-height: 24px;
width: 440px;
top: 50px;
- left: -354px;
+ left: -370px;
padding: 20px;
box-sizing: border-box;
+ z-index: 1;
}
#repo-header-download-drop .btn > i {
margin-right: 6px;
}
+#repo-header-download-drop button,
+#repo-header-download-drop input {
+ font-size: 11px;
+}
#repo-content {
padding: 18px 0;
}
+.repo-wide-wrapper {
+ padding: 18px 0;
+ position: relative;
+}
#repo-clone-url {
border-right: none;
- width: 196px;
+ width: 190px;
border-left: none;
}
#repo-clone-help {
@@ -1032,6 +1083,9 @@ The register and sign-in page style
#repo-desc {
font-size: 1.2em;
}
+#repo-desc .no-description {
+ color: #999;
+}
#repo-sidebar-nav .label {
font-size: 12px;
line-height: 1.4em;
@@ -1040,6 +1094,37 @@ The register and sign-in page style
#repo-sidebar-nav i {
margin-right: 6px;
}
+#repo-sidebar-mini {
+ margin-top: 6px;
+ width: 60px;
+}
+#repo-sidebar-mini li {
+ margin-bottom: 4px;
+}
+#repo-sidebar-mini li > a {
+ position: relative;
+ padding-left: 12px;
+ width: 24px;
+ text-align: center;
+}
+#repo-sidebar-mini li > a > i.octicon {
+ font-size: 21px;
+}
+#repo-sidebar-mini .num {
+ position: absolute;
+ font-size: 12px;
+ top: 0;
+ left: 36px;
+ padding: 0 2px;
+ min-width: 16px;
+ height: 16px;
+ text-align: center;
+ line-height: 16px;
+ border-radius: 4px;
+ opacity: 0.7;
+ -webkit-transform: scale(0.9);
+ font-weight: bold;
+}
#repo-file-nav {
padding: .6em 0 1em 0;
}
@@ -1085,6 +1170,10 @@ The register and sign-in page style
background-color: #EEE;
font-weight: bold;
}
+#repo-branch-tag .switching-list {
+ max-height: 300px;
+ overflow-y: auto;
+}
#repo-branch-list li i,
#repo-tag-list li i {
margin-right: 12px;
@@ -1094,9 +1183,6 @@ The register and sign-in page style
#repo-tag-list li.checked i {
opacity: 1;
}
-#repo-tag-list {
- display: none;
-}
#repo-bread .bread {
padding-right: 0;
font-size: 16px;
@@ -1167,7 +1253,8 @@ The register and sign-in page style
font-weight: normal;
color: #888;
}
-#repo-readme {
+#repo-readme,
+#repo-read-file {
margin-bottom: 80px;
}
#repo-bare-start {
@@ -1302,6 +1389,7 @@ The register and sign-in page style
padding: 0;
}
.code-view .lines-num {
+ vertical-align: top;
text-align: right;
color: #999;
background: #f5f5f5;
@@ -1373,6 +1461,31 @@ The register and sign-in page style
width: 100%;
list-style: none;
}
+#commits-list {
+ padding-top: 20px;
+}
+#commits-list h4 {
+ line-height: 30px;
+ margin-bottom: 0;
+}
+.commit-list th {
+ background-color: #FFF;
+ line-height: 28px !important;
+}
+.commit-list .date {
+ width: 120px;
+}
+.commit-list .author {
+ padding-left: 20px;
+ min-width: 180px;
+}
+.commit-list .author img {
+ margin-top: -4px;
+}
+.commit-list .sha a {
+ font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
+ font-size: 14px;
+}
#admin-wrapper,
#setting-wrapper {
padding-bottom: 100px;
@@ -1403,14 +1516,16 @@ The register and sign-in page style
#auth-setting-form,
#org-setting-form,
#repo-setting-form,
-#user-profile-form {
+#user-profile-form,
+.repo-setting-form {
background-color: #FFF;
padding: 30px 0;
}
#auth-setting-form textarea,
#org-setting-form textarea,
#repo-setting-form textarea,
-#user-profile-form textarea {
+#user-profile-form textarea,
+.repo-setting-form textarea {
margin-left: 4px;
height: 100px;
}
@@ -1418,24 +1533,38 @@ The register and sign-in page style
#org-setting-form label,
#repo-setting-form label,
#user-profile-form label,
+.repo-setting-form label,
#auth-setting-form .form-label,
#org-setting-form .form-label,
#repo-setting-form .form-label,
-#user-profile-form .form-label {
+#user-profile-form .form-label,
+.repo-setting-form .form-label {
width: 240px;
}
#auth-setting-form .ipt,
#org-setting-form .ipt,
#repo-setting-form .ipt,
-#user-profile-form .ipt {
+#user-profile-form .ipt,
+.repo-setting-form .ipt {
width: 360px;
}
#auth-setting-form .field,
#org-setting-form .field,
#repo-setting-form .field,
-#user-profile-form .field {
+#user-profile-form .field,
+.repo-setting-form .field {
+ margin-bottom: 24px;
+}
+#hook-type {
+ padding: 10px 0 0 0;
+ background-color: #fff;
+}
+#hook-type .field {
margin-bottom: 24px;
}
+#hook-type label {
+ width: 240px;
+}
#repo-hooks-panel,
#repo-hooks-history-panel,
#user-social-panel,
@@ -1520,39 +1649,18 @@ The register and sign-in page style
#user-ssh-add-form .field {
margin-bottom: 24px;
}
-.repo-issue-wrapper {
- padding: 18px 0;
-}
.pr-main {
- padding-right: 40px;
- box-sizing: border-box;
+ margin-right: 100px;
}
.pr-sidebar {
border-left: 1px solid #DDD;
box-sizing: border-box;
+ position: absolute;
+ right: 0;
+ top: 12px;
}
-#pr-sidebar-nav {
- margin-top: 6px;
-}
-#pr-sidebar-nav li {
- margin-bottom: 4px;
-}
-#pr-sidebar-nav li > a {
- border: 1px solid transparent;
- border-left: none;
-}
-#pr-sidebar-nav li > a:hover {
- background-color: #FFF;
- border-color: #DDD;
-}
-#pr-sidebar-nav .label {
- font-size: 12px;
- line-height: 1.4em;
- margin-top: 1px;
-}
-#pr-sidebar-nav li.current a {
- background-color: #FFF;
- border-color: #DDD;
+.pr-title {
+ padding: 4px 0;
}
.pr-title .pr-num {
font-weight: normal;
@@ -1560,6 +1668,7 @@ The register and sign-in page style
}
.pr-meta {
color: #888;
+ padding: 4px 0 8px 0;
}
.pr-meta .pr-author {
margin: 0 8px;
@@ -1633,7 +1742,7 @@ The register and sign-in page style
.issue-line,
.issue-merge,
.issue-add-comment {
- margin-bottom: 16px;
+ margin-bottom: 24px;
}
.issue-comment .author-avatar img {
margin-right: 12px;
@@ -1737,6 +1846,7 @@ textarea#issue-add-content {
width: 100%;
box-sizing: border-box;
height: 120px;
+ resize: vertical;
}
.org-header-alert .alert {
margin-top: 10px;
@@ -1771,7 +1881,10 @@ textarea#issue-add-content {
color: #d9453d;
}
#org-header > div > .menu-line > li.right > a .octicon {
- margin-right: 6px;
+ margin-right: 4px;
+}
+#org-header > div > .menu-line > li.right > a .label {
+ margin-left: 4px;
}
#org-header > div > .menu-line > li.right .current {
border-bottom: 2px solid #D26911;
@@ -1970,3 +2083,56 @@ textarea#issue-add-content {
.admin-dl-horizontal > dd {
margin-left: 240px;
}
+.profile-avatar {
+ width: 200px;
+ height: 200px;
+ border-radius: 6px;
+}
+#profile-name {
+ padding: 10px 0;
+}
+#profile-fullname {
+ font-size: 1.6em;
+}
+#profile-username {
+ font-size: 1.6em;
+ font-weight: bold;
+}
+.profile-info {
+ padding: 0 50px;
+ font-size: 14px;
+}
+.profile-info ul {
+ padding-bottom: 10px;
+}
+.profile-info ul .list-group-item {
+ background-color: transparent;
+ padding-top: 5px;
+ color: #666;
+}
+.profile-info ul .profile-rel {
+ width: 31%;
+ text-align: center;
+ display: inline-block;
+}
+.profile-info ul .profile-rel strong {
+ display: block;
+ font-size: 28px;
+ font-weight: bold;
+ line-height: 1;
+}
+.profile-info ul .profile-rel p {
+ font-size: 12px;
+}
+#profile-header li a {
+ font-size: 1.2em;
+ color: #444444;
+ padding: .4em .8em;
+}
+#profile-header li a:hover {
+ background-color: transparent;
+ color: #d9453d;
+}
+#profile-header li .current {
+ border-bottom: 2px solid #D26911;
+}
diff --git a/public/ng/css/magnific-popup.css b/public/ng/css/magnific-popup.css
new file mode 100644
index 00000000..798ac9d8
--- /dev/null
+++ b/public/ng/css/magnific-popup.css
@@ -0,0 +1,368 @@
+/* Magnific Popup CSS */
+.mfp-bg {
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1042;
+ overflow: hidden;
+ position: fixed;
+ background: #0b0b0b;
+ opacity: 0.8;
+ filter: alpha(opacity=80); }
+
+.mfp-wrap {
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1043;
+ position: fixed;
+ outline: none !important;
+ -webkit-backface-visibility: hidden; }
+
+.mfp-container {
+ text-align: center;
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ left: 0;
+ top: 0;
+ padding: 0 8px;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box; }
+
+.mfp-container:before {
+ content: '';
+ display: inline-block;
+ height: 100%;
+ vertical-align: middle; }
+
+.mfp-align-top .mfp-container:before {
+ display: none; }
+
+.mfp-content {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+ margin: 0 auto;
+ text-align: left;
+ z-index: 1045; }
+
+.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
+ width: 100%;
+ cursor: auto; }
+
+.mfp-ajax-cur {
+ cursor: progress; }
+
+.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
+ cursor: -moz-zoom-out;
+ cursor: -webkit-zoom-out;
+ cursor: zoom-out; }
+
+.mfp-zoom {
+ cursor: pointer;
+ cursor: -webkit-zoom-in;
+ cursor: -moz-zoom-in;
+ cursor: zoom-in; }
+
+.mfp-auto-cursor .mfp-content {
+ cursor: auto; }
+
+.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ user-select: none; }
+
+.mfp-loading.mfp-figure {
+ display: none; }
+
+.mfp-hide {
+ display: none !important; }
+
+.mfp-preloader {
+ color: #cccccc;
+ position: absolute;
+ top: 50%;
+ width: auto;
+ text-align: center;
+ margin-top: -0.8em;
+ left: 8px;
+ right: 8px;
+ z-index: 1044; }
+ .mfp-preloader a {
+ color: #cccccc; }
+ .mfp-preloader a:hover {
+ color: white; }
+
+.mfp-s-ready .mfp-preloader {
+ display: none; }
+
+.mfp-s-error .mfp-content {
+ display: none; }
+
+button.mfp-close, button.mfp-arrow {
+ overflow: visible;
+ cursor: pointer;
+ background: transparent;
+ border: 0;
+ -webkit-appearance: none;
+ display: block;
+ outline: none;
+ padding: 0;
+ z-index: 1046;
+ -webkit-box-shadow: none;
+ box-shadow: none; }
+button::-moz-focus-inner {
+ padding: 0;
+ border: 0; }
+
+.mfp-close {
+ width: 44px;
+ height: 44px;
+ line-height: 44px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ text-decoration: none;
+ text-align: center;
+ opacity: 0.65;
+ filter: alpha(opacity=65);
+ padding: 0 0 18px 10px;
+ color: white;
+ font-style: normal;
+ font-size: 28px;
+ font-family: Arial, Baskerville, monospace; }
+ .mfp-close:hover, .mfp-close:focus {
+ opacity: 1;
+ filter: alpha(opacity=100); }
+ .mfp-close:active {
+ top: 1px; }
+
+.mfp-close-btn-in .mfp-close {
+ color: #333333; }
+
+.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
+ color: white;
+ right: -6px;
+ text-align: right;
+ padding-right: 6px;
+ width: 100%; }
+
+.mfp-counter {
+ position: absolute;
+ top: 0;
+ right: 0;
+ color: #cccccc;
+ font-size: 12px;
+ line-height: 18px; }
+
+.mfp-arrow {
+ position: absolute;
+ opacity: 0.65;
+ filter: alpha(opacity=65);
+ margin: 0;
+ top: 50%;
+ margin-top: -55px;
+ padding: 0;
+ width: 90px;
+ height: 110px;
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
+ .mfp-arrow:active {
+ margin-top: -54px; }
+ .mfp-arrow:hover, .mfp-arrow:focus {
+ opacity: 1;
+ filter: alpha(opacity=100); }
+ .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
+ content: '';
+ display: block;
+ width: 0;
+ height: 0;
+ position: absolute;
+ left: 0;
+ top: 0;
+ margin-top: 35px;
+ margin-left: 35px;
+ border: medium inset transparent; }
+ .mfp-arrow:after, .mfp-arrow .mfp-a {
+ border-top-width: 13px;
+ border-bottom-width: 13px;
+ top: 8px; }
+ .mfp-arrow:before, .mfp-arrow .mfp-b {
+ border-top-width: 21px;
+ border-bottom-width: 21px;
+ opacity: 0.7; }
+
+.mfp-arrow-left {
+ left: 0; }
+ .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
+ border-right: 17px solid white;
+ margin-left: 31px; }
+ .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
+ margin-left: 25px;
+ border-right: 27px solid #3f3f3f; }
+
+.mfp-arrow-right {
+ right: 0; }
+ .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
+ border-left: 17px solid white;
+ margin-left: 39px; }
+ .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
+ border-left: 27px solid #3f3f3f; }
+
+.mfp-iframe-holder {
+ padding-top: 40px;
+ padding-bottom: 40px; }
+ .mfp-iframe-holder .mfp-content {
+ line-height: 0;
+ width: 100%;
+ max-width: 900px; }
+ .mfp-iframe-holder .mfp-close {
+ top: -40px; }
+
+.mfp-iframe-scaler {
+ width: 100%;
+ height: 0;
+ overflow: hidden;
+ padding-top: 56.25%; }
+ .mfp-iframe-scaler iframe {
+ position: absolute;
+ display: block;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
+ background: black; }
+
+/* Main image in popup */
+img.mfp-img {
+ width: auto;
+ max-width: 100%;
+ height: auto;
+ display: block;
+ line-height: 0;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ padding: 40px 0 40px;
+ margin: 0 auto; }
+
+/* The shadow behind the image */
+.mfp-figure {
+ line-height: 0; }
+ .mfp-figure:after {
+ content: '';
+ position: absolute;
+ left: 0;
+ top: 40px;
+ bottom: 40px;
+ display: block;
+ right: 0;
+ width: auto;
+ height: auto;
+ z-index: -1;
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
+ background: #444444; }
+ .mfp-figure small {
+ color: #bdbdbd;
+ display: block;
+ font-size: 12px;
+ line-height: 14px; }
+ .mfp-figure figure {
+ margin: 0; }
+
+.mfp-bottom-bar {
+ margin-top: -36px;
+ position: absolute;
+ top: 100%;
+ left: 0;
+ width: 100%;
+ cursor: auto; }
+
+.mfp-title {
+ text-align: left;
+ line-height: 18px;
+ color: #f3f3f3;
+ word-wrap: break-word;
+ padding-right: 36px; }
+
+.mfp-image-holder .mfp-content {
+ max-width: 100%; }
+
+.mfp-gallery .mfp-image-holder .mfp-figure {
+ cursor: pointer; }
+
+@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
+ /**
+ * Remove all paddings around the image on small screen
+ */
+ .mfp-img-mobile .mfp-image-holder {
+ padding-left: 0;
+ padding-right: 0; }
+ .mfp-img-mobile img.mfp-img {
+ padding: 0; }
+ .mfp-img-mobile .mfp-figure:after {
+ top: 0;
+ bottom: 0; }
+ .mfp-img-mobile .mfp-figure small {
+ display: inline;
+ margin-left: 5px; }
+ .mfp-img-mobile .mfp-bottom-bar {
+ background: rgba(0, 0, 0, 0.6);
+ bottom: 0;
+ margin: 0;
+ top: auto;
+ padding: 3px 5px;
+ position: fixed;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box; }
+ .mfp-img-mobile .mfp-bottom-bar:empty {
+ padding: 0; }
+ .mfp-img-mobile .mfp-counter {
+ right: 5px;
+ top: 3px; }
+ .mfp-img-mobile .mfp-close {
+ top: 0;
+ right: 0;
+ width: 35px;
+ height: 35px;
+ line-height: 35px;
+ background: rgba(0, 0, 0, 0.6);
+ position: fixed;
+ text-align: center;
+ padding: 0; } }
+
+@media all and (max-width: 900px) {
+ .mfp-arrow {
+ -webkit-transform: scale(0.75);
+ transform: scale(0.75); }
+ .mfp-arrow-left {
+ -webkit-transform-origin: 0;
+ transform-origin: 0; }
+ .mfp-arrow-right {
+ -webkit-transform-origin: 100%;
+ transform-origin: 100%; }
+ .mfp-container {
+ padding-left: 6px;
+ padding-right: 6px; } }
+
+.mfp-ie7 .mfp-img {
+ padding: 0; }
+.mfp-ie7 .mfp-bottom-bar {
+ width: 600px;
+ left: 50%;
+ margin-left: -300px;
+ margin-top: 5px;
+ padding-bottom: 5px; }
+.mfp-ie7 .mfp-container {
+ padding: 0; }
+.mfp-ie7 .mfp-content {
+ padding-top: 44px; }
+.mfp-ie7 .mfp-close {
+ top: 0;
+ right: 0;
+ padding-top: 0; }
diff --git a/public/ng/css/tipsy.css b/public/ng/css/tipsy.css
new file mode 100644
index 00000000..f170fb71
--- /dev/null
+++ b/public/ng/css/tipsy.css
@@ -0,0 +1,25 @@
+.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
+ .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
+
+ /* Rounded corners */
+ .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
+
+ /* Uncomment for shadow */
+ /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
+
+ .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
+
+ /* Rules to colour arrows */
+ .tipsy-arrow-n { border-bottom-color: #000; }
+ .tipsy-arrow-s { border-top-color: #000; }
+ .tipsy-arrow-e { border-left-color: #000; }
+ .tipsy-arrow-w { border-right-color: #000; }
+
+ .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
+ .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
+ .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
+ .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
+ .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
+ .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
+ .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
+ .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
diff --git a/public/ng/css/ui.css b/public/ng/css/ui.css
index 644fd838..9c3c8ded 100644
--- a/public/ng/css/ui.css
+++ b/public/ng/css/ui.css
@@ -277,9 +277,6 @@ hr {
border-bottom: 1px solid #dddddd;
margin-bottom: .75em;
}
-p code {
- color: #b63b2c;
-}
.radius {
border-radius: .25em;
}
@@ -525,6 +522,9 @@ input[readonly]:focus {
.form-align .field {
margin-bottom: 1em;
}
+label.text-left {
+ text-align: left;
+}
label.req:after {
content: "*";
color: #d9453d;
@@ -732,6 +732,10 @@ ul.menu-radius > li:last-child > a {
.label-green {
background-color: #65ad4e;
}
+.label-green:hover {
+ background-color: #71bf57;
+ color: #FFF;
+}
.label-orange {
background-color: #df7514;
}
@@ -792,6 +796,17 @@ ul.menu-radius > li:last-child > a {
border: 1px solid #b05c10;
background-color: #fcecdd;
}
+.white-popup-block {
+ background: #FFF;
+ padding: 20px 30px;
+ text-align: left;
+ max-width: 650px;
+ margin: 40px auto;
+ position: relative;
+}
+.white-popup-block p {
+ font-size: 14px;
+}
table th,
table td {
padding: .3em .6em;