Add a 'properties' button in pads to display pad data
This commit is contained in:
@@ -125,6 +125,8 @@
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
}
|
||||
|
||||
width: 100%;
|
||||
@@ -132,6 +134,8 @@
|
||||
position: relative;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
max-height: 100%;
|
||||
display: flex;
|
||||
|
||||
> * {
|
||||
width: 100%;
|
||||
@@ -148,6 +152,7 @@
|
||||
padding: @alertify_padding-base;
|
||||
margin-bottom: @alertify_padding-base;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
input:not(.form-control), textarea {
|
||||
|
||||
@@ -144,6 +144,9 @@ define(function () {
|
||||
out.backgroundButtonTitle = 'Changer la couleur de fond de la présentation';
|
||||
out.colorButtonTitle = 'Changer la couleur du texte en mode présentation';
|
||||
|
||||
out.propertiesButton = "Propriétés";
|
||||
out.propertiesButtonTitle = 'Voir les propriétés de ce pad';
|
||||
|
||||
out.printText = "Imprimer";
|
||||
out.printButton = "Imprimer (Entrée)";
|
||||
out.printButtonTitle = "Imprimer votre présentation ou l'enregistrer au format PDF";
|
||||
|
||||
@@ -147,6 +147,9 @@ define(function () {
|
||||
out.backgroundButtonTitle = 'Change the background color in the presentation';
|
||||
out.colorButtonTitle = 'Change the text color in presentation mode';
|
||||
|
||||
out.propertiesButton = "Properties";
|
||||
out.propertiesButtonTitle = 'Get pad properties';
|
||||
|
||||
out.printText = "Print";
|
||||
out.printButton = "Print (enter)";
|
||||
out.printButtonTitle = "Print your slides or export them as a PDF file";
|
||||
|
||||
Reference in New Issue
Block a user