Private
Public Access
1
0

adding some model changes around paid plans

This commit is contained in:
Sander Roosendaal
2018-12-18 19:22:27 +01:00
parent 6d7d9f5792
commit 75261118c2
9 changed files with 401 additions and 15 deletions

View File

@@ -170,6 +170,15 @@ cox {
text-align: center;
}
.plantable {
border-collapse: collapse;
}
.plantable > td {
text-align: center;
}
th.rotate {
/* Something you can count on */
height: 78px;
@@ -220,6 +229,7 @@ th.rotate > div > span {
background-color: #fee;
}
.successmessage {
border: 1px solid #000;
background-color: #8f8;
@@ -907,3 +917,21 @@ a.wh:hover {
hyphens: auto;
}
.upgradebutton {
background-color: #4CAF50;
border: none;
color: white;
padding: 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
}
.buttonr2 {border-radius: 2px;}
.buttonr4 {border-radius: 4px;}
.buttonr8 {border-radius: 8px;}
.buttonr12 {border-radius: 12px;}
.buttonround {border-radius: 50%;}