Advertisement
Guest User

Untitled

a guest
May 28th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.30 KB | None | 0 0
  1. .boxstudent div {display:inline-block;vertical-align:top; border: 1px;}
  2. .boxstudent form {display:inline-block;border: 1px;}
  3. #grouplisttable {width: 400px; }
  4. #groupandstudent {width: 100%;}
  5. #studentsearch {margin: -5% 0% 0% 5%;}
  6. #grouplist, #studentlist, #srchstud {border-collapse: collapse;}
  7. #grouplist th, #grouplist td, #studentlist th, #studentlist td, #srchstud th, #srchstud td {
  8.     padding: 1px 5px;
  9.     border: 1px solid #C0C0C0;}
  10. #srch { margin: -4% 20% 0% 5%;
  11.      opacity: 0.8;}
  12. #srch:hover, #chooseGroup:hover, #addbut:hover, #delgroup:hover {opacity: 1;}
  13. #studentsform, #errForm, #addForm, #studentaddtable {margin: 2% 0% 0% 5%;}
  14. #allstudentslist {margin: -41% 0% 0% 7%;}
  15. #allgroupinfo{margin: 1% 0% 0% 5%;}
  16. #chooseGroup { height: 21px;
  17.     opacity: 0.9;}
  18. #addbut{ margin: -10% 0% 0% 52%;
  19.     opacity: 0.8;}
  20. #PersonNum, #sSurname, #sPatrname, #sName, #Phone, #Bday, #Hday, #Address, #Sex, #Exp, #groupforst {width: 198px;}
  21. #addstudenttable tr {height: 30px;}
  22. #StewardAndCurator { width: 45%;}
  23. #groupInfo { width: 40%;}
  24. #headergroupInfo { height: 60px;}
  25. #delgroup { opacity: 0.7;
  26.     margin: -2.5% 0% 0% 57%;}
  27. #stewardaddbut, #curatoraddbut, #studchangebut { text-decoration: none;
  28.     border:none;
  29.     color:#000000;
  30.     background:#ffffff;}
  31. #curatoradd { margin: -2.5% 0% 0% 0%;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement