@@ -323,6 +323,7 @@ flex-flow: column;
323323 font-size : 1em ;
324324 font-weight : bold;
325325 z-index : 1 ;
326+ max-width : 85% ;
326327}
327328
328329.idea-header h1 ,
@@ -415,7 +416,9 @@ input.menu-input{
415416 border-right : 1px solid # E1E1E1 ;
416417 z-index : 5 ;
417418 box-shadow : 1px 2px 3px rgba (0 , 0 , 0 , 0.2 );
418- margin-right : 35px
419+ position : absolute;
420+ top : 35px ;
421+ right : 20px ;
419422
420423}
421424
@@ -770,6 +773,8 @@ input#id_title {
770773 border-radius : 2px ;
771774 //box-shadow: 0 1px 2px #c9cccd;
772775 //border: 1px solid #E1E1E1;
776+ display : flex;
777+ flex-direction : column;
773778}
774779
775780.idea-desc p {
@@ -835,7 +840,7 @@ input#id_title {
835840
836841# idea-tab {
837842 display : flex;
838- justify-content : space-between ;
843+ justify-content : flex-start ;
839844}
840845
841846.tab-content {
@@ -861,6 +866,25 @@ input#id_title {
861866 margin : 25px 0 ;
862867}
863868
869+ # comment-message {
870+ margin : 15px 0 0px 0
871+ }
872+
873+ # commentForm {
874+ margin-bottom : 0 ;
875+ }
876+
877+ # commentContent {
878+ resize : none;
879+ }
880+ .nav-link .active {
881+ font-weight : bold;
882+ }
883+
884+ .form-group .comment-group {
885+ margin-top : 5px ;
886+ }
887+
864888.media-left {
865889 margin-left : 25px ;
866890}
@@ -882,6 +906,66 @@ input#id_title {
882906 font-size : 0.7em ;
883907}
884908
909+
910+
911+ .action-group {
912+ display : flex;
913+ flex-direction : column;
914+ align-items : center;
915+ margin-top : 50px ;
916+
917+ }
918+
919+ .action-group a {
920+ display : block;
921+ width : 50% ;
922+ padding : 8px 0px ;
923+ text-align : center;
924+ border-radius : 6px ;
925+ font-size : 1em ;
926+ font-weight : bold;
927+ margin : 10px 0 ;
928+
929+ }
930+
931+
932+ .action-group .edit {
933+ color : # 1f5093 ;
934+ //color: #fefefe;
935+ border : solid 3px # 1f5093 ;
936+ }
937+
938+ .action-group .discard {
939+ color : # e52d2a ;
940+ //color: #fefefe;
941+ border : solid 3px # e52d2a ;
942+ }
943+
944+ .action-group a : hover {
945+ text-decoration : none;
946+ }
947+
948+ .idea-page-action .action-icon {
949+ font-size : 1.5em ;
950+ margin-right : 5px
951+ }
952+
953+ .action-group .edit : hover {
954+ background : # 1f5093 ;
955+ color : # fefefe ;
956+ transition : all 0.3s ;
957+ border : 3px solid # 1f5093 ;
958+
959+ }
960+
961+ .action-group .discard : hover {
962+ background : # e52d2a ;
963+ color : # fefefe ;
964+ transition : all 0.3s ;
965+ border : 3px solid # e52d2a ;
966+
967+ }
968+
885969/* gereic idea form */
886970.idea-form {
887971 width : 70% ;
@@ -903,6 +987,8 @@ input#id_title {
903987 height : 130px ;
904988}
905989
990+ textarea { resize : none; }
991+
906992div .idea-form-header {
907993 background : # 6E6E6E ;
908994 color : # fff ;
@@ -931,14 +1017,39 @@ div.idea-form-body{
9311017 flex-direction : column;
9321018}
9331019
1020+ .idea-form-body .button-group {
1021+ align-self : flex-end;
1022+ }
1023+
1024+ .idea-form-body .button-group a ,
1025+ .idea-desc .button-group a {
1026+ width : 100px ;
1027+ background-color : # 6E6E6E ;
1028+ border : 1px solid # ccc ;
1029+ margin-top : 25px ;
1030+ color : # fefefe ;
1031+ }
1032+
1033+ .idea-desc .button-group {
1034+ align-self : center;
1035+ }
1036+
1037+
1038+
1039+
9341040div .idea-form-body button {
9351041 width : 100px ;
936- align-self : flex-end;
1042+
9371043 background-color : # 6E6E6E ;
9381044 border : 1px solid # ccc ;
9391045 margin-top : 25px ;
9401046}
9411047
1048+ div .idea-form-body button : hover ,
1049+ div .idea-form-body a : hover {
1050+ background : # 333 !important ;
1051+ }
1052+
9421053div .idea-form-body .form-group select {
9431054 width : 40% ;
9441055}
@@ -1193,6 +1304,7 @@ padding: 8% 15% 0 15%;
11931304 .idea-desc {
11941305 width : 100% ;
11951306 }
1307+
11961308 .idea-interaction {
11971309 width : 100% ;
11981310 }
0 commit comments