Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2553 | Rev 2555 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2553 Rev 2554
Línea 1111... Línea 1111...
1111
  display: grid;
1111
  display: grid;
1112
  grid-template-columns: 1fr;
1112
  grid-template-columns: 1fr;
1113
  grid-template-rows: 12% 10% 78%;
1113
  grid-template-rows: 12% 10% 78%;
1114
}
1114
}
Línea 1115... Línea -...
1115
 
-
 
1116
#drupalchat #chatpanel .subpanel_title {
-
 
1117
  padding-top: 4px;
-
 
1118
  line-height: 21px;
-
 
1119
  padding-left: 10px;
-
 
1120
  padding-right: 10px;
-
 
1121
}
-
 
1122
 
1115
 
1123
#drupalchat .subpanel_title {
1116
#drupalchat .subpanel_title {
1124
  background: var(--background-gray);
1117
  background: var(--background-gray);
1125
  color: var(--gray);
1118
  color: var(--gray);
Línea 1126... Línea 1119...
1126
}
1119
}
1127
 
1120
 
1128
#drupalchat .subpanel_title {
1121
#drupalchat .subpanel_title {
1129
  cursor: pointer;
1122
  cursor: pointer;
1130
  font-weight: bold;
1123
  font-weight: bold;
1131
  padding: 3px 4px 3px 8px;
1124
  padding: .5rem 1rem;
-
 
1125
  font-size: 1.1rem;
1132
  font-size: 17px;
1126
  display: flex;
-
 
1127
  justify-content: space-between;
1133
  display: block;
1128
  height: 30px;
1134
  height: 30px;
1129
  border-top-left-radius: 10px;
Línea 1135... Línea 1130...
1135
  overflow: hidden;
1130
  border-top-right-radius: 10px;
1136
}
1131
}
1137
 
1132