Skip to content

Commit 06afc5b

Browse files
committed
tidy up group_registrations page CSS
1 parent f619f97 commit 06afc5b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

pycon/static/css/slight.css

+34
Original file line numberDiff line numberDiff line change
@@ -1812,3 +1812,37 @@ body.account .page-content form {
18121812
margin: 30px 50px 0 0;
18131813
}
18141814
}
1815+
1816+
/* Group Registrations Hax */
1817+
#registrations {
1818+
border: none;
1819+
border-radius: 10px;
1820+
box-sizing: border-box;
1821+
background-color: #D7E5E4;
1822+
border: 2px solid #CADDDC;
1823+
display: block;
1824+
margin: 20px;
1825+
max-width: 800px;
1826+
padding: 20px;
1827+
width: 100%;
1828+
}
1829+
1830+
#registrations .form-inline {
1831+
padding-top: 10px;
1832+
position: relative;
1833+
}
1834+
1835+
#registrations input {
1836+
border: 1px solid black;
1837+
padding: 5px;
1838+
margin: 2px;
1839+
width: 90%;
1840+
border-radius: 5px;
1841+
}
1842+
1843+
#registrations span {
1844+
position: absolute;
1845+
top: 15px;
1846+
right: 15px;
1847+
border-radius: 5px;
1848+
}

0 commit comments

Comments
 (0)