0.27.3 Changes

This commit is contained in:
danielyxie
2017-08-19 20:36:19 -05:00
parent cf99c4f10b
commit faf19addee
9 changed files with 194 additions and 88 deletions
+9 -14
View File
@@ -1,15 +1,15 @@
/** This removes all padding and margins as well as
/** This removes all padding and margins as well as
setting a default font size and family for the page **/
:root{
--my-font-color: #66ff33;
--my-background-color: #000000;
--my-highlight-color: #ffffff;
}
* {
* {
margin: 0;
padding: 0;
font-size: 16px;
@@ -59,7 +59,7 @@ tr:focus {
position: fixed;
height: 100%;
overflow: auto;
border: 0;
border-bottom: 1px solid #000000;
border-radius: 0;
@@ -134,7 +134,6 @@ a:link, a:visited {
padding: 5px;
margin: 5px;
border: 1px solid #333333;
/*width: 30%;*/
}
.a-link-button:hover {
@@ -148,13 +147,9 @@ a:link, a:visited {
color: #FFFFFF;
padding: 5px;
margin: 5px;
border-top: 1px solid #333333;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
border: 1px solid #333333;
pointer-events: none;
cursor: default;
/*width: 50%;*/
}
@@ -164,7 +159,7 @@ a:link, a:visited {
}
#create-program-notification {
font-size: 10px;
position: absolute; /* Position the badge within the relatively positioned button */
top: 0;
right: 0;
@@ -199,7 +194,7 @@ a:link, a:visited {
text-align: center;
padding: 4px;
left: 101%;
position: absolute;
z-index: 3;
}