diff options
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/style.css | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 160076a..eb683b1 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -414,7 +414,7 @@ section.exam-info em { /************************** Pop-up Window ************************************/ -.login-window, .registration-window { +.login-window, .registration-window, .modal { display: inline-block; text-align: left; vertical-align: middle; @@ -472,4 +472,25 @@ section.exam-info em { /***** Text Area for Send Message ****/ textarea { resize:vertical; -}
\ No newline at end of file +} + + +.table { + display:table; +} + +.table-row { + display:table-row; +} +.table-row { + border-bottom: 3px solid red; +} + +.table-cell { + display:table-cell; + padding: 2%; +} + +hr { + width: 100%; +} |
