Last active
December 9, 2016 08:44
-
-
Save fcannizzaro/38dbb4fba7535130e0db71d3954730ac to your computer and use it in GitHub Desktop.
Unipa Old Colors / Fix Empty Lines
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Colors */ | |
.panel-theme-studenti>.panel-heading, | |
.panel-theme-studenti>.panel-footer { | |
background: #315572; | |
border-color: rgba(0,0,0,0.1); | |
} | |
.page-wrapper .page-heading-studenti{ | |
padding-bottom: 8px; | |
border-color: rgba(0,0,0,0.2); | |
} | |
.panel-theme-studenti{ | |
border-color: rgba(0,0,0,0.1); | |
} | |
/* Empty Lines */ | |
#appelliVisualizzabiliFrm .panel + .panel .panel-body, | |
#prenotazioneEsame div + .panel .panel-body{ | |
display: none !important; | |
} | |
/* Tables */ | |
th{ | |
vertical-align: middle !important; | |
} | |
.pianostudi-annocorso{ | |
text-align: center; | |
} | |
/* Extras */ | |
.panelGrid{ | |
padding-bottom: 8px !important; | |
} | |
.full-row{ | |
margin-top: 16px; | |
margin-left: 16px; | |
margin-right: 16px; | |
} | |
blockquote{ | |
border: none; | |
padding-left: 0; | |
margin-bottom: 0; | |
} | |
.infomessage{ | |
border: none; | |
border-radius: 0; | |
} | |
/* Spacing */ | |
table[id*='iscrizioniEffettuateTable']{ | |
font-size: 13px !important; | |
} | |
#prenotazioneRicevimentoFrm .panel-body{ | |
padding: 16px !important; | |
} | |
form[action*='listIscrizioniPrecedenti'] div .panel-body, | |
span[id*='iscrizioniEffettuatePanel'] div .panel-body, | |
#prenotazioniStudenteForm .panel-body{ | |
padding: 0; | |
} | |
.full-row{ | |
margin-top: 8px; | |
} | |
form[action*='listIscrizioniPrecedenti'] .full-row{ | |
margin-top: 0; | |
} | |
table[id*='listIscrizioniPrecedenti']{ | |
margin-bottom: 0; | |
} | |
#prenotazioneRicevimentoFrm input[type='submit']{ | |
margin-top: 16px !important; | |
} | |
input[name*='ricListPratiche']{ | |
margin-left: 16px !important; | |
} | |
.panelGridNoHover input[type='text']{ | |
margin: 8px; | |
margin-left: 16px; | |
} | |
.custom-quote img{ | |
margin-right: 16px; | |
} | |
img[src*='folder_page.png'], | |
img[src*='pdf.png'], | |
img[src*='tick.png']{ | |
padding-right: 0 !important; | |
margin-right: 8px; | |
margin-bottom: 8px; | |
} | |
table img[src*='tick.png']{ | |
margin: 0; | |
margin-top: 8px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment