We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f619f97 commit 06afc5bCopy full SHA for 06afc5b
pycon/static/css/slight.css
@@ -1812,3 +1812,37 @@ body.account .page-content form {
1812
margin: 30px 50px 0 0;
1813
}
1814
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
1848
0 commit comments