diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-26 07:43:08 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-26 07:43:08 +0000 |
| commit | 3983edb2518acd91f991ad5fc6308bcaf46700f5 (patch) | |
| tree | a81da7c47c8f9d0b853d478c619baadcf35d8237 /assets/css/style.css | |
| parent | f016bdbc35b7efa44bd63413bde09433ea916c59 (diff) | |
| parent | a345cf13d3b952ef0d427b61475f5cf722b3cbb0 (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'assets/css/style.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%; +} |
